savchenko

Results 147 issues of savchenko

Hi, I wonder if you plan do jam a write-up on your setup: ![WTF?!](https://user-images.githubusercontent.com/292349/118454007-b7d8c900-b6ac-11eb-8263-015a8d929644.png) 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: ![image](https://user-images.githubusercontent.com/300146/130647677-9ad853a9-1da2-437d-80d6-4bbcb166bcf0.png) 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: ![image](https://user-images.githubusercontent.com/300146/130320734-42ba0528-8fd1-4a50-9811-58bafe02fb5a.png) Perhaps worth adjusting the regexp.

pr-welcome

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...

enhancement
help wanted