Lennard Hofmann
Lennard Hofmann
In Kakoune, this command is bound to alt+_, but I never used it.
This is a bug in https://github.com/RenjiSann/tree-sitter-xml. Putting the comment near the top of the file seems to cause problems. @RenjiSann, can you take a look at this when you have...
The issue with files named `c`, `p` or `f` was resolved with #8006 but `file-types` is still preferred over `shebangs`. IMO a shebang is a stronger hint that the file...
Looks like https://github.com/alexherbo2/rsub.cr is back up.
> Can you check it out and fix it? We either need to wait until pwntools makes a release that includes https://github.com/Gallopsled/pwntools/commit/cb540857ccd4ea45678e24949f48a2231857f8ed or remove riscv syscall support.
Those "missing" aarch64 syscalls have been purposefully removed in https://github.com/Gallopsled/pwntools/issues/896. No need to re-add them, I guess. The missing s390x syscalls seem to coincide with the 32-bit syscalls listed [here](https://github.com/qemu/qemu/blob/6af8037c42fdc3d20d5aa2686799ab356a9ee1a9/linux-user/s390x/syscall.tbl)....
Sure, I will fix conflicts once a new version of pwntools is out.
This should be ready for merging now.
See #2443. shellcheck warns here because Ubuntu 20.04 ships with dash 0.5.10.2, where the quotes are necessary (I tested it). Since then the POSIX spec has been updated so that...