Xetera

Results 46 comments of Xetera

You're likely using a more up to date version of bash through homebrew which you can fix by replacing the shebang with ```sh #!/opt/homebrew/bin/bash ``` if that's the case you're...

Turns out this is not as trivial as I thought it would be. You can't simply pass Layout through, as layout might contain queries of its own and must be...

Is there any progress on this or a way to get it working? I'm happy to bust out raw queries when an orm doesn't have support for a complex feature...

This seems to fix the problem for me temporarily. Might just help someone else. ```js // or undefined field.handleChange(null) setTimeout(() => { field.handleChange(file); }, 0) ``` Seems only a transition...

I think the service worker is implemented incorrectly and unregistering it solves the issue for me. I don't see any reason to have a service worker in this application to...

FYI `wg-easy` is still somewhat problematic as a workaround though. Mobile carriers like Turkcell drop outgoing wireguard handshakes on well-known ports (51820) so using Discord with mobile data can be...