Orson Peters
Orson Peters
1. I don't think anyone is suggesting this would be the default, just an option. 2. I would assume that co-located assets would work like this: ``` posts/react.html posts/react/example.js posts/solid.html...
This isn't fixed. I'm still getting sporadic failures with 2 collisions on a universal hash function: ``` Keyset 'Sparse' - 16-bit keys with up to 9 bits set - 50643...
In case you don't trust `ChaCha20` I repeated the experiment with AES as the CSPRNG and got the following results: ``` 0 collisions: 732 1 collisions: 229 2 collisions: 35...
Orthogonal to the issue you're facing right now, I would not be satisfied with just the "Return To Setups Hotkey". At least for me that hotkey only works if you're...
As mentioned by others, this is not a fair comparison as the input/output formats are different - we don't do in-place manipulation but generate a copy. Also, Polars actually has...
@LPGhatguy In the upcoming version of `slotmap` that will no longer be the case and you can use any type on stable Rust. This is because `ManuallyDrop` where `T` is...
This is a minimalized example. I stumbled upon this because I am using `n` within a bigger mapping that changes the match the cursor is on and move to the...
I did some more experimenting, and it seems that [this commit introduced this bug](https://github.com/tpope/vim-repeat/commit/193f4866df114390459739934506b8a0e5ca4ab0).
I don't have plans currently. I would have to do some research on modern standard C++ parallel programming, and there are some tricky things in pdqsort if you want to...
I think you have an outdated version of `pdqsort.h`, can you update it and see if that resolves it?