Simon Rupf
Simon Rupf
They use the method of key detection I had found as well: https://github.com/seejohnrun/haste-server/blob/5d2965ffc5d9b309ef6d4be9e8c2288c83d72c73/static/application.js#L268 I think the bit I didn't do properly was hooking the event to keydown instead of keypress:...
The biggest criticism of PrivateBin and similar project continues to be, that as a user you do have to trust the server administrator with your content. While we did switch...
And based on the above library, I could add RSV support to [convert2json](https://github.com/simonrupf/convert2json/), so we can now convert it to JSON and query it in jq: ```shell $ rq .[0][1]...
@PSLLSP I can now offer you an [rq tool](https://github.com/Stenway/RSV-Challenge/issues/20#issuecomment-2172354610), though it does simply convert to JSON and use jq under the hood.