Ethan Davidson
Ethan Davidson
Yes, I would still like to get this merged. This PR hasn't been updated in a while because it hasn't been reviewed, so no changes have been requested.
What version of java are you using? I'm having the same issue with jre 1.8.0_181 but it goes away when I use jre 1.8.0_77, so I'm guessing something broke/changed in...
Okay, so for some reason it is unable to load the [google's script loader](https://www.petefreitag.com/item/683.cfm) which loads the maps api. The workaround is simply to load the maps api directly by...
I tried both gestureHandling() options (cooperative and greedy) and neither worked satisfactorily. Greedy works the same as before, where dragging is interpreted as a scroll event and causes the map...
Webhook alerts would also make integration with [pushover](https://pushover.net/) possible, which is a use case I'm very interested in.
(just a tip: the shadow plugin comes with a task called `runShadow`, which compiles the fatjar and runs it, just like you are doing with `./gradlew shadowJar; java -jar $filename.jar`...
Started working on this in [issue-69-ws_error_handling](https://github.com/kwebio/kweb-core/tree/issue-69-ws_error_handling). I copied [a small js library](https://github.com/lukeed/sockette) that handles automatically reconnecting, and it seems to work fine. However, because the browser doesn't tell us why...
Yes, everything in [the demos folder](https://github.com/kwebio/kweb-core/tree/master/src/main/kotlin/kweb/demos) has been moved to the [kweb-demos repo](https://github.com/kwebio/kweb-demos). Simply an oversight on my part that they weren't removed from this repo. Also see #116
This is also an issue when putting haproxy in front of a netlify site. I understand that an IP change is "not without possible impact", but it's the expected behavior...
Piggybacking on this to also request the linuxArm64 target. Can a maintainer comment on any potential blockers? I'm happy to take a stab at this