Maxim Sokolov
Maxim Sokolov
Pyflame causes segfaults in OSQP (https://osqp.org/) when solver is run with polish=1. - [ X ] Include the output of `pyflame -v` pyflame 1.6.6 linux-gnu x86_64 (ABI list: 26) -...
### Describe the bug In this case I had some invalid UTF-8 bytes in ~/.zsh_history file. ``` ❯ : open ~/.zsh_history | lines Error: nu::shell::unsupported_input (link) × Unsupported input ╭─[entry...
The rust iterators over HashMap do not work the same as in golang. In rust iteration order is stable between calls if hashmap does not change. If it changes the...
Adds solarized-light color scheme.
This PR implements iterator which starts at arbitrary location in the table. There are several motivations for this change: - For security reasons one may wish to start iterations at...
Speedy segfaults on this one: ```rust use speedy::{Readable, Writable}; #[derive(Readable, Writable, Debug)] struct Item { // tags: Vec it works. ```bash ❯ uname -a Darwin MacBook-Pro.local 23.3.0 Darwin Kernel Version...