Georgy Moshkin
Georgy Moshkin
A typo in the introduction.
To reproduce do: ``` import bashlex bashlex.parser.parse('echo $(pwd && pwd)') ``` Results in `ParsingError: unexpected token ')' (position 10)` Parsing also fails for `'echo $(pwd || pwd)'` and `'echo $(pwd...
…tom closures Before this change there was no way to create a fiber that accepts parameters without yielding from the current fiber using the c api. You could pass the...
As far as I understand, mouse event coordinates correspond to the terminal cell positions, and no support for pixel mode (where every terminal cell contains two pixels) was implemented. The...
I was wondering, why raft-rs doesn't support sending snapshot status messages via the buit-in message channel. The doc-comments state that the application must report back to the leader about the...