Harald Jagenteufel
Harald Jagenteufel
please support UnifiedNlp as OTA zip file so system updates don't remove UnifiedNlp if installed as a priv-app. see my script: https://github.com/haja/unified-nlp-ota
Tag matching currently doesn't work correctly from top to bottom if multiline tag names are in between. It works bottom up though.
see my pull request for details: 53aa0e058db328fe7a04300fbe7e0b68ca378a4a
Hi, The behaviour of websocket-extension with `hx-on` is a bit counter-intuitive in my opinion. Connecting and receiving updates via the websocket works flawlessly, but registering events via `hx-on` _on a...
Hey, if I run this the program hangs for the full 3 seconds of `sleep 3`, instead of failing after 1 second by the `timeoutFail(..)`. ```scala import zio.durationInt import zio.stream.ZSink...