R.I.Pienaar

Results 312 comments of R.I.Pienaar

@gedw99 as mentioned in the issue yes :)

eval "$(your-cli-tool --completion-script-bash)" Also zsh. Though I think the zsh one is broken

At present the output from the `packager` directory is a .bat file that needs running on windows to make the .msi. This is not automated at present. So getting this...

If you run, on a machine with docker, the following: ``` PACKAGES=windows_64 rake build ``` It will build the following: ``` choria-0.0.0-windows-amd64.exe Choria-0.0.0-windows-x86_64-windows.tgz ``` The 2nd file has all the...

This should use a leafnode JWT instead.

Yeah that does unfortunately seem to be the case, I tried a few things and cannot come up with an example that can actually work. I might need to add...

legit issue - but there's another approach atm: ```golang srv, _ := server.NewInstance(fw) srv.Run(ctx, wg) srv.RegisterAgent(ctx, agent.Metadata().Name, agent) ``` this registers unique agent instances into the server instance (assuming `agent`...

Also instance stats are extracted from prometheus which might actually be shared by multiple instances if more than one per process. So that should become a per instance struct and...

Hitlist here is basically: * `util.UserConfig()` should first check XDG paths * Various updated in `config.normalize()` to check current setting and if not fall to XDG, mainly token and seed...