Jason Volk
Jason Volk
https://prometheus.io/docs/instrumenting/exposition_formats/
You may need to create a symlink on the system such as `/usr/include/llvm` to `/usr/include/llvm-9/llvm` or to `/usr/lib/llvm-9/include/llvm`
@a-raccoon This is a great idea! It looks like we'll be implementing it in Charybdis as the command `WHISPER` as a reincarnation of the former ircx module (command aliases always...
Closed by f516b86e4d4aeeee828f795f0f05e08223cd4352
The goalposts have shifted a bit, but this is not produced by our current build matrix with clang-14+ and gcc-10+. Thank you all for reporting :pray:
Is it still possible to integrate this?
You should be able to pass `--disable-opencl` to `./configure` for the time being until I can assess this further.
- You can disable HTTPS for incoming connections: [setup](https://github.com/matrix-construct/construct/wiki/SETUP#non-interactive) a listener without any TLS certificates and it will be non-SSL. This is good for running behind reverse-proxies. - I don't...
@JonasT This is a common misconception, honestly, one that I had myself when I was writing a more involved bot which sought to apply the startup data to its operation....
Standardizing the transmission of certain data after registration _is_ a good idea. What isn't a good thing to standardize is indicating the _end_ of that data, or that the developer...