Scott Johnson
Scott Johnson
Looking into this further it seems like the `__webpack_public_path__` _might_ be effectively global, but the generated entry for the service worker will be called before the entry that uses it....
I can confirm this still affects the 3.0 line. Workaround for the moment is just to package and then run the script.
If it helps, I had some success binding kotlinx html/css to kweb with this little bridge code. It seemed to work, except that the elements jumped around a bit when...
Yea, those are the kotlinx builders. The outer `div { +"Hello, ${user}" }` doesn't re-render which makes sense, but the inner counter rerenders fine since it's in the render block....
Added testing delay parameter, and also consistent mapping of callbacks under a component to the same callback ID, so long as they share the same render position (DOM tree +...
Aaa! I didn't realize anyone was using this project and Github didn't notify me that this issue was opened, so I just now actually saw it. Ten months later, I...
Are you trying to build it locally without docker? (Sorry for the late reply; I never got a notification...)
I'm not totally familiar with Wireguard or what Purelymail would need to do to interface with it. Usually with a VPN, wouldn't you just need it to have a public...
> Example, look at https://github.com/ScottPeterJohnson/purelymail-issues/issues/73. 3 years already to add ipv6 support to a service that is already running and stable. Kind of a target, but not a burning one....
Last time I looked into this, I think my conclusion was that it was an issue with GNOME: https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/105 Basically I think they hardcoded for Nextcloud and then later just...