Marshall Bowers

Results 367 comments of Marshall Bowers

@allindeveloper We can't add asynchronous encryption until `redux-persist` supports asynchronous transforms, so unfortunately this is blocked until that time. It looks like `redux-persist` is not being actively developed anymore. The...

@xingsuo Yea, unfortunately encryption/decryption can be quite slow. Ideally you would need to do the encryption/decryption asynchronously in order to not block the UI thread, but right now async support...

I don't think we have any recourse here until #48 is resolved.

@ansal-exp This sounds like a good idea. It would probably be possible to support something like an `oldSecretKey` option that would handle the conversion from an old secret key to...

Thinking about this a bit more, I think that migrating from one secret key to another might be something that has to take place in user land. At the very...

> Create all gists through a tryPureScript account >> I think option 1 is likely to be against GitHub's Terms of Service, or at least liable to get the account...

Thinking through this some more, I wonder if a better API would allow for extending the generation of a key in addition to overriding it? In our particular case we...

Is it possible to use an alternative magic database? AFAICT `file` is open-sourced under a BSD license and can generate magic files: https://github.com/file/file/tree/edd157a719a0cdb3739b7ca946fe40610118f3dd/magic

> But I like to have neat generated code with comments, indentation, smart linebreaking, and everything, so i was going to use my pretty-printing library for it. I would just...

@shmish111 WASM can't currently do everything JS can do, the main thing being building web apps.