We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want a way to do something like this using effect platform
await fs.writeFile(filePath, stringData, 'base64');
Probably an extra method called writeStringBase64, or add the encoding option to the existing writeStringFile method
Currently I'm wrapping the write file from node using effect, but that is platform specific (but it seems to work both on node and bun)
https://discord.com/channels/795981131316985866/1098177242598756412/1328352928972537956
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the problem this feature would solve?
I want a way to do something like this using effect platform
What is the feature you are proposing to solve the problem?
Probably an extra method called writeStringBase64, or add the encoding option to the existing writeStringFile method
What alternatives have you considered?
Currently I'm wrapping the write file from node using effect, but that is platform specific (but it seems to work both on node and bun)
Discord thread
https://discord.com/channels/795981131316985866/1098177242598756412/1328352928972537956
The text was updated successfully, but these errors were encountered: