Václav Kubernát
Václav Kubernát
I didn't realize, that throwing an exception would make the next iterator the .end iterator. I think that makes sense: if an error occured like that, you shouldn't be able...
Hi, sorry for not responding. > Should the documentation be improved to better explain this Maybe the documentation for `TIMES` could say that the expectation becomes "greedy" and matches as...
Hi, as of now, the parser still can't deal with spaces in subscript arithmetic expression: ``` $ cat script.bash echo ${array[1234 % 2]} $ tree-sitter parse script.bash Warning: You have...
c7d50dcc6295200d899849d5293531335d5758bb Netopeer2 (v2.0.0-116-gc7d50dc) 217bac6c212b157d6d8dd819f3f655270a035bab libnetconf2 (v2.0.1-61-g217bac6) 11e4d1a20052d7a75ea57f728a024bccdb2e2e57 libyang (v2.0.7-390-g11e4d1a2 cf8fb22cd2b1abbad16357f9b3ebd85128da3bca sysrepo (v2.0.1-185-gcf8fb22c) These are the versions I'm using. Btw the same thing happens when using netopeer2-cli (when using outputformat json)....
Okay, it seems that this has something to do with timeouts? I tried using `` to see if the bug would happen there too. At first the `` failed, because...
I have made some more testing and it seems that the culprit is NACM. If I disable it, everything is faster and there are no timeouts. Anyway, I have found...
Some more info: the call to getgrgid_r takes around 10ms, which is fine I suppose. However, just for connecting from netopeer2-cli, the function is called 5000 (five thousand) times, which...
This is the log I got from the netopeer2-cli. I suppose it does give me some info, but I think the console should just error out, if the error makes...
Anyway, I do have some more info, so I'll create separate issues for the bugs.
@SwayamShree123 I am not sure, I'm using neither Goyo nor Airline. I can understand my solution doesn't work for toggling Airline on in Goyo. I am not sure why you...