Maxim Sokolov

Results 7 comments of Maxim Sokolov

I suspect that support for binary is required here: https://github.com/nushell/nushell/blob/4858a9a81787df53f9f3840f04abfd36c94599eb/crates/nu-command/src/filters/lines.rs#L224

@edenhill any news on the fix?

@Amanieu Using IndexMap is not the right choice for this use case. We want to access elements of the HashMap with O(1) per access in pseudo random order. Hashing of...

Thinking about it I see two options: - Implement custom (specialized?) hash map - Fork hashbrown and add `iter_from` iterator which starts from arbitrary place in the HashMap's backing array

@ChristianChiarulli could you kindly look into this PR, I wonder if we can have solarized-light in the default lunarvim distro?