Xavier DETANT

Results 28 comments of Xavier DETANT

After investigating a bit more, I think that the `querySelector` is missing the `[@bs.return nullable]` annotation. Then the code would behave as expected. Here is the same test with the...

That's an issue I'd be happy to work with. Here are my thought : * the encryption should be made user side so that the database can't leak any information...

@guillaumevincent yep, I think we agree. When i was say "no work on the backend" i was talking about logic code (if this then that). I don't see any password...

I am thinking to start with the key generation, even if it's not used at first. The idea is that we can have it in production first, even if it...

I just realized that the "forgot your password ?" feature won't be usable anymore once we encrypted data. We are going to encrypt the derivation key using the user's password....

Ok, so what should we start with ? - encryption with no way to change password then add the change password feature - change password feature first, then encryption I...

@biancarosa Thank you so much for your work ! I am so overdue ! You clearly removed a huge weight from my shoulders ! You're awesome !

The main dev : @markandrus is still pretty active on other projects so I think this project is abandoned. Like @pavigor , I am looking for an option to test...

This is a WIP because I still have to check it's doable :)

I encounter the same issue on NixOS but earlier than version 20 : - `v18.17.1` works as expected - `v18.19.1` has the same issue as described by @lionelains (same code)...