Crypto Joe

Results 11 comments of Crypto Joe

Agree with @asportnoy. This approach is less compelling without a smooth transition on close. I'm using Sveltekit and will probably have to migrate to something like [svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal). Although honestly, I'd...

I'm not great at CSS, but how does svelte-simple-modal implement?

I have this problem also. Although adding the .cjs allows my project to compile, I lose type definitions. Is there any way we can fix the problem? I'm loving quirrel...

@sproott Try adding this to your vite.config file `ssr: { noExternal: ['quirrel/**'], }`

Confirmed for me. Also, same behaviour if you disable and enable encryption on a single iOS device.

Not for me. 13.0.1 client and server. Steps to reproduce: 1) Start end-to-end encryption as normal on iOS 2) Stop end-to-end encryption 3) Start again. Re-enter mnemonic Produces "Serious internal...

I just went through a fresh install. Nextcloud Server 13.0.1, ubuntu, apache IOS Nextcloud for iOS 2.20.7.000003 Steps to reproduce: 1. Start end-to-end encryption as normal on iOS 1. Start...

@marinofaggiana, not sure what you mean? It's private hosted.

Would you like some help with this chore? I can't do it, but I can see if we can get the sveltekit community to help since this is a key...

That's how I built my example, and it works. But if I could have access to the specific values in the row, then I wouldn't need to build a component...