Results 56 comments of Jack Edwards

I'll spend some time trying to get this unit test to work.

I remember why I stopped mocking in this project now... Here's an integration test that covers the spectrum of user configurations. It requires a running PostgreSQL database, which you can...

Looking at the `swift-sodium` repo, it looks like the right way to do this would be to include a pre-compiled instance of libsodium in the project. [swift-sodium Clibsodium.xcframework](https://github.com/jedisct1/swift-sodium/tree/master/Clibsodium.xcframework) Or perhaps...

It took many un-registrations and page reloads in order to get the service worker working. Un-registering the service worker through the developer tools never worked. Un-registering the server worker from...

I'm not as familiar with streams in JavaScript, but I will take a look. To clarify, I already have write/encrypt working as a stream from the client to the server....

This would be a great addition to the library.

`await test.MapT#(async x => await ...)` is what I was really hoping for. There doesn't appear to be support for it.

Responding to this comment: https://github.com/Crypter-File-Transfer/Crypter/discussions/768#discussioncomment-12462362 > What is the current status of https://github.com/Crypter-File-Transfer/Crypter/pull/751 ? It seems pretty close to being complete. Looking at the repository's PR history, it seems I...

I agree with the first part. The user should choose which fallback at the time of login. The application currently sends a verification email to the new email address when...

Let me ask around about email change scenario. It should be a solved problem. Notably, Microsoft does not allow users to set their email address as an MFA option. ![Image](https://github.com/user-attachments/assets/6e1695f9-0046-495d-9569-1c2da45b3df8)