Tom Raganowicz
Tom Raganowicz
Our infamous fix is here: https://github.com/supabase/auth/compare/v2.151.0...tomekit:auth:v2.151.0_tr it's likely not something that should be merged to `supabase/gotrue`, but it gives an idea where the problem is.
> does kong forward the original request url in a header? I am not sure, I am using default kong setup from: https://supabase.com/docs/guides/self-hosting/docker What header are we talking about? Would...
Hi @Obeyed, I am not sure if I can help here. In our case we're running fork with a couple amendments. Most importantly this line needs changing: https://github.com/supabase/gotrue/commit/c1f0ec8da6e8c19361789cb3d182a4c77c2763e5#diff-97dfc3310e5139b4d9c7a160bd077aeb81ca1e7b8d7cfa837a402f54b4c03a3dR213 Given that...
This is really interesting question. If there is only documented way to compile module to callable JS, which would then be called by this package... it would be really powerful.
Same issue applies to File Explorer Sample. When added data dynamically, e.g. from within the: `onItemTap` method line gets pretty broken: 
I do appreciate your quick response on that. Even though the use case as described is valid and worth having in mind in the future, we've actually concluded that `secretstream`...
It's probably terrible way of doing it, but I've copied the XChaCha20 wrappers, renamed them accordingly and it just started to work. It's just amazing. Very experimental and not tested....
I will be playing with Dart libsodium and AES-GCM over the next few days, so I will validate if things work OK. I will then create PR.
I am trying to use stock: `sodium_libs: ^2.0.0`, but would like to import custom `sodium` (with experimental AES-GCM added), so I've added below override to `dependency_overrides`: ``` sodium: git: url:...
Right, so it's not that easy. It seems that: `swift-sodium` doesn't support AES-GCM. https://github.com/jedisct1/swift-sodium ``` Invalid argument(s): Failed to lookup symbol 'crypto_aead_aes256gcm_abytes': dlsym(RTLD_DEFAULT, crypto_aead_aes256gcm_abytes): symbol not found ```