John Hollowell

Results 32 comments of John Hollowell

We just used this PR at CUhackit and it worked well. We ended up doing a hybrid approach where the judges judge for best software, hardware, and social good using...

It is not actually installed; it runs in place. Just delete the folder where the program is (or just the files for the program) and it will be gone.

just a note: the use of `jq` completely assumes (and limits) the format of the config file to JSON. It currently works for multiple config file types (YAML, JSON, TOML)...

I observed the same error (below) on the following configuration. The error happened immediately following the SSH connection establishing the receive (incremental backup from TrueNAS-SCALE-22.02.2). Following the panicked txg_sync, further...

I haven't looked exactly at how this passes arguments into proxmoxer, but I think you can just add `port: 443` to your `pve.yaml` file and it should work

It might be good to have build and distribution use both names for a while. It would be cool to have the "wget-lua" builds incorporate a deprecated name warning, but...

could the class cog remember the channel to role mapping and the role cog ask the class cog for a lookup? idk how it is storing info, but that could...

ooooh. new idea. Add an emote to the init message that the class cog creates that you can click and get assigned that channel's role.

yeah, the docs do say that, but in my experience, it does a pretty good job of maxing the compression. And at worst, it is at a low compression that...

adapt can also take in a min and max compression level if we want to specify a window of compression levels other than the default. e.g. `--adapt=min=1,max=22`