Jonah

Results 123 comments of Jonah

Somewhere in your api config you probably have: ```json "rules": [ { "Endpoint": "*", "Period": "1s", "Limit": 8 } ] ``` Just change the limit to something higher and you'll...

the api config is part of the cluster config, probably named just "config.json". The file where you put all the other configuration for your pools, database, etc.

> Can you please add support to kitty? > > Website: [sw.kovidgoyal.net/kitty](https://sw.kovidgoyal.net/kitty/) Kitty seems to work fine for me.

Support for groups and teams is an amazing idea! If you're already touching the authentication / authorization parts of soft-serve, what do you think about adding support for ldap auth,...

Hi, sorry for getting back so late. To be honest, I never implemented ldap as backend myself so I'm not sure what the obstacles are. However I did self host...

You can do this pretty easily using [bubblezone](https://github.com/lrstanley/bubblezone)

What keystroke are you using to send the long press event?

no, this isn't merged yet. Hence the PR..

Hi @Konstantin35 Thanks a lot for taking a look at this! Good hint with the target encoding. I was actually quite unsure if I handled that correctly but I kinda...