Thomas Legris
Thomas Legris
Looks like this plugin works fine: https://github.com/powerman/vim-plugin-AnsiEsc
For anyone trying to get that working, the workaround is to simply send a dummy authority field from the client side: - For grpcurl: add `-authority "dummy"` - For grpc-go:...
@chemzqm thank you for your answers! Regarding workspace folders, I think my setup is working correctly, unless I am missing something obvious? I have 4 different projects, they all work...
You can already define custom hotkey. Actually, you can map every other letter. For instance, for `shift + D`: `set -g @open-D 'https://www.duckduckgo.com/search?q='` Would be nice to be able to...
@akashagarwal7 make sure you do not have `set -g update-enviroment` that contains PATH. Otherwise, the `set-env` will be ignored.
You can add the following to your `.tmux.conf`: ``` bind -T copy-mode-vi E send -X copy-pipe "tmux split-window -c #{pane_current_path} 'nvim `tmux show-buffer`'" ``` You can then double click the...
The `file exists` error happens because we try to add the same entry twice to the `/sys/kernel/debug/tracing/kprobe_events`. The reason why the entry was not cleaned up properly needs to be...
Fix for enabling eBPF tracker even if the entry is already present: c90f416
Change to add `SecretScanner` build are located on this branch: https://github.com/deepfence/ThreatMapper/tree/add-secretscanner-build Once https://github.com/deepfence/ThreatMapper/pull/197 get merged, we can open a PR.
Maybe related to #177?