savchenko
savchenko
Hi, I wonder if you plan do jam a write-up on your setup:  Indentline that works over empty lines with dynamic highlight is especially interesting. Thanks!
As `treesheets` is being built with VS2017, would you consider compiling it with: * [/DYNAMICBASE](https://docs.microsoft.com/en-us/cpp/build/reference/dynamicbase-use-address-space-layout-randomization) * [`/guard:cf`](https://docs.microsoft.com/en-us/cpp/build/reference/guard-enable-control-flow-guard?view=vs-2019), [reference](https://docs.microsoft.com/en-us/windows/win32/secbp/control-flow-guard) Interestingly, current build reports `/HIGHENTROPYVA` enabled, but ASLR is off: ```powershell Get-PESecurity...
Hi and thank you for releasing this as an open-source application. Would you consider publishing x86_64 with `lua` enabled? Also, you mention Lucene in the readme, is there some more...
Please feel free to cherry-pick whatever you deem suitable. Tested on Windows v10.0.18363.0.
Given the sensitive nature of the application (...and presence of `hooks*.dll`), quite a few users probably run it "elevated". Enabling yet-another-exploit-mitigation-technique likely would not hurt. Would it be possible to...
@stefansundin, would you consider releasing AltDrag signed? Thanks.
Consider the following example:  1. First indent from the left is expected. 2. Second might be desirable by some. 3. All others are redundant. Is it possible to avoid...
When used with [foot](https://codeberg.org/dnkl/foot), window dimensions in `lsix` can be set as following: ```sh window_width=$(swaymsg -t get_tree | jq -r '.. | (.nodes? // empty)[] | select(.'focused' and .pid) |...
Here, `ansible.netcommon.ipv4` should have the same highlighting as the `combine()` filter:  Perhaps worth adjusting the regexp.
Feature-request, not a bug. Compiling from 27beefd, it seems like the application is failing to automatically process pretty much any ELF I supply it with. ```sh $ bsc /bin/bash 15:00:17...