Niklas Hambüchen

Results 209 issues of Niklas Hambüchen

The `README` shows ```rust pub unsafe extern "avr-interrupt" fn _ivr_timer1_compare_a() { ``` as interrupt handler for timer1 but that didn't work for me on the Arduino Uno Rev3. Every time...

I would expect that `pzstd -d` on N threads would require about equal amounts of `maxresident` memory as N `zstd -d` instances. **But it needs up to 10x more than...

question

In my `Atuin v14.0.1` in gnome-terminal and zsh, Ctrl+Backspace just moves the cursor one to the left instead of deleting as per the documented keybindings: https://user-images.githubusercontent.com/399535/236631661-f43ac441-5a33-4437-9183-235ab1226f5f.mp4 Alt+Backspace also doesn't work,...

Hi @jart, in https://news.ycombinator.com/item?id=24844290 you suggest ```c madvise(mapped_addr, mapped_size, MADV_WILLNEED | MADV_SEQUENTIAL); ``` but `man madvise` says > The advice is indicated in the advice argument, which is one of...

In https://atuin.sh/docs/config/#search_mode it says that `search_mode = skim` enables [skim search syntax](https://github.com/lotabout/skim#search-syntax). According to that table, `'wild` should do an exact-match search (similar to how exact-match for atuin's own `fuzzy`...

On failure, the test suite just prints info to stdout. It does not actually fail the process with an exit code. So automated testing is impossible. Usually, test suited declared...

Hi, I am reading your library to find some ways to make the JPEG parser of [JuicyPixels](https://hackage.haskell.org/package/JuicyPixels) faster. I noticed the implementation of your `scan` function: https://github.com/winterland1989/binary-parsers/blob/11124a955f1ded9057633a124a965a4abd12e93e/Data/Binary/Parser/Word8.hs#L228-L255 and am wondering...

### Things to check first - [X] I have searched the existing issues and didn't find my bug already reported there - [X] I have checked that my bug is...

bug

### Describe your feature request Marktext hides Markdown syntax when you move the curser to another line. I'd like to have an option to not do that. ### What problem...