You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to have a way to read and Bytes off files. I think the simplest API that covers most use cases would be to just have writeFileBinary (taking Bytes as body) and rawBinary (returning a BackendTask ... Bytes).
My use case is working with images. In particular, I'd love to move the code that I currently have to codegen the list of images from bash/Makefile to Elm itself.
The text was updated successfully, but these errors were encountered:
I'd love to have a way to read and
Bytes
off files. I think the simplest API that covers most use cases would be to just havewriteFileBinary
(takingBytes
asbody
) andrawBinary
(returning aBackendTask ... Bytes
).My use case is working with images. In particular, I'd love to move the code that I currently have to codegen the list of images from bash/Makefile to Elm itself.
The text was updated successfully, but these errors were encountered: