Chris McKee
Chris McKee
https://github.com/netdata/netdata is good for providing a web ui / flashy graphs etc
Ideally an option to change the font; or just move to something other than helvetica; same issue on the site of course. ` font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;` On...
I like the idea; include the code so any dependency changes you make in your app aren't blocked by the dependencies of a package. 👍
@bp74 I've tested (run `docker build .` in the root to run the tests x-platform) this and built binaries for debian + alpine to match. I believe what is in...
the pathing needs jiggling
I'll probably have little remaining sanity after this. The windows version loaded via nuget now works fine again (the native loader seemed to bork it)  The tests pass on...
@bp74 @tom-corwin At the current state of the branch it works. To use on linux you have to * Install LibC (this is for the lib loader, not really an...
Yeah the liblib outputs weird but as i believe it's saying lib:libzstd as in lib path module
Seems alright. It's not a great ask for people on nix to have the libs needed. I'd rather say 'use these lines' than ask people to use apt/APK (more so...
@tom-corwin i'd be inclined to agree but for the security issue; if the containers running --read-only the process would crap out. Alternatively could hook up travis to push docker images...