Jeremy Majewski
Jeremy Majewski
I appreciate any feedback, so thanks for mentioning it. If you could provide some specific examples of keyboard navigation improvements, I might be able to implement them. I've already included...
Thank you for your comments. Unfortunately at the moment I am too busy with other things to work actively on Zeal, and will probably not be able to implement any...
"Esc key should erase input" - added in #21
As per http://zealdocs.org/usage.html, you can use "docsetname:query" to filter search by docsetname. I agree docset groups could be also useful though.
I can confirm "c++: std::sort", "std::sort", and "C++: std::sort" return correct results now in zeal-20140120. I like the current solution which just ignores double colons. It's simple now, and ignoring...
Unfortunately generating docsets from man pages is not implemented in Zeal. If you have access to an OS X computer, perhaps you could generate the man pages docset in Dash...
> That won't work. Dash works as a regular man page browser behind the scenes, it doesn't generate anything, it just shows man pages. Ah, thanks for clarifying. I should've...
If I understand the issue right, there's also the possibility to use `--running` check from `check_swarm.py`, but only after significant change of logic, to allow old instances of the same...
@sharkautarch I'm just testing `nvidia-fix-and-vblank-debug-extra-experimental-v4.7` because I also encounter `vblankmanager: write failed: Resource temporarily unavailable` errors. I got an STL exception from `std::clamp` with `!(__hi < __lo)`, so I've replaced...
> Do you know which gamescope cpp file is generating these exceptions from? It's definitely `vblankmanager.cpp` changed in the `nvidia-fix-and-vblank-debug-extra-experimental-v4.7` branch, because after I've replaced the `std::clamp` calls in that...