Jakub Fišer
Jakub Fišer
> Exactly! feel free to install and use activepieces by default it's CE and licensed under MIT! > > You can only use EE by providing valid license key and...
I ended up using a custom module with a very stupid script instead of the language module: ``` #!/bin/sh echo "?" nc -U /home/user/tmp/.hypr2.sock | while IFS='>,' read event noop...
So my ugly script stopped working some time ago so I gave the module a chance again and managed to configure it to behave as I want it to using...
> Menu options for "select all" or "select all in list" on a board would also be quite handy, I would even go one step further and add quick actions...
This behavior is imho expected on Hyprland: https://wiki.hyprland.org/Configuring/Monitors/#disabling-a-monitor . To disable output without removing it from Hyprland, one should use DPMS instead. Not sure how to achieve that with kanshi...
Good point. Didn't realize how DPMS behaves. I didn't mean to infer how Hyprland _should_ work, I was merely suggesting that the current behavior is expected given Hyprland "specs". I...
> > It should still be possible to re-enable the monitor and bring it back. > > It's possible with `wlr-randr` at least. with the same limitations as kanshi has,...
After going through other discussions I need to revisit my previous opinion. I still think that this is "on spec" behavior for Hyprland (because it is documented as such) but...
If you use nginx as your reverse proxy, it sends the header ``` Connection: upgrade ``` which is perfectly [in line with the RFC](https://datatracker.ietf.org/doc/html/rfc6455#section-4.2.1) but doesn't work with Sinatra For...
Not relevant for Heroku but similar problem happens when running showoff behind a nginx-based revese proxy. A workaround exists: https://github.com/gruis/sinatra-websocket/issues/23#issuecomment-1594319679