Rasmus Moorats

Results 5 issues of Rasmus Moorats

- [x] read the [CONTRIBUTING guidelines](README.md#contributing) - [x] raised a GitHub issue or discussed it on the projects chat beforehand (https://github.com/juanfont/headscale/issues/58) - [X] updated documentation if needed - [ ]...

`decode` allows supplying the `-j` (`--json`) flag to output JSON in the following format: ```json { "header": { "typ": "JWT", "alg": "HS256" }, "payload": { "exp": 1835241013, "iat": 1635240113, "sub":...

Using the latest release from https://github.com/arnetheduck/nlvm/actions/runs/7062903531 Command: `echo "let a = x" | ./nlvm r` Crashes with an internal error after printing the error about the undeclared identifier: ``` stdin(1,...

This was originally sent to `[email protected]`. At this point, I was not aware that the database modules had moved out of `std`, which is why the text refers to it...

Minimal example config: ```ini [ids] * [main] capslock = overload(control, esc) ``` When holding caps lock, pressing any keyboard key, and releasing caps lock, only CTRL keys are emitted. When...