Alex Efros
Alex Efros
> I don't think you need to open it with write flag. Why? As far as I understand, we just need to check if it exists - `os.Stat()`. Nope. It's...
The reason why windows build is failed: `github.com/netdata/netdata/go/plugins/plugin/go.d/modules/runit: build constraints exclude all Go files in D:\a\netdata\netdata\src\go\plugin\go.d\modules\runit`. As runit does not work on windows such build constraints looks valid to me....
> Hey, @powerman. Please open one issue with all your suggestions. Sorry, I don't get it. These suggestions are not related, they should be handled independently, some may be accepted...
Hmm. To me it's a different thing. `docker exec /etc/netdata/edit-config` works okay. But with `WORKDIR` set `docker exec ./edit-config` will work.
Good idea! But it won't make WORKDIR change useless - when in a container if you're in `/etc/netdata` then you can use shell auto-complete for existing config files. So, to...
FWIW Here is one-liner example to debug plugins in docker: ```sh sudo -u netdata -EH env -C /usr/libexec/netdata/plugins.d ./go.d.plugin -d -m nvidia_smi ``` Maybe worth to add it somewhere in...
Sorry, forget to attach a repro: ```lua -- Run this file as `nvim --clean -u minimal.lua` for name, url in pairs { -- ADD PLUGINS _NECESSARY_ TO REPRODUCE THE ISSUE,...
While editing large .md files I sometimes get random multi-byte symbols replaced with ��. Sometimes I see ���� or ������ in place of _single_ multi-byte symbol. I'm using LSP markdown_oxide...
It turns out to be racy! I repeat the same simple repro sequence a lot of times: 1. `vi test.md` (non-existing file) 2. `Ap` (I don't think `A` part is...
Mason says I'm using markdown-oxide v0.23.1.