Nadrieril

Results 219 comments of Nadrieril

If I may: while this are important clarifications, tracking issues [are not the place](https://github.com/rust-lang/compiler-team/issues/739) for these kinds of discussions. Please open a separate issue or move to Zulip (feel free...

Actually yeah, the two stress-tests we have are on patterns with 0 depth (fieldless enum variants and chars respectively), whereas this one is on slices so it tests the actual...

If we change match-stress I'd request we also reduce the size of the enum match. It's ridiculously big and hitting weird edge cases that aren't reproducible from machine to machine....

I have the same problem. It worked fine when I was remapping Caps -> Ctrl_L and Ctrl_L -> AltGr. However since I've started having only Caps -> Ctrl_L (via the...

I pretty consistently get this error when I do complicated rebases then come back to my editor. Just got one: ``` Error executing vim.schedule lua callback: ...eovimPackages/start/gitsigns.nvim/lua/gitsigns/async.lua:105: The coroutine failed...

It isn't unfortunately. I wanted to but it would have been a pretty complex API so I never got around to implementing it. The easiest would be to fork the...

ah yeah i didn't add these because i didn't need them at the time. this project is mostly unmaintained sorry, you can make a PR and i'll look it over

Oh, sorry, that appears to be fixed in 14.0

Ah nope, still a bug but it requires one more level of nesting: ``` ripgrep 14.1.0 features:-simd-accel,-pcre2 simd(compile):+SSE2,-SSSE3,-AVX2 simd(runtime):+SSE2,+SSSE3,+AVX2 PCRE2 is not available in this build of ripgrep. ``` ####...