Danilo Bargen
Danilo Bargen
Is there some support for antispam solutions?
In the PLPGSQL code, I found this: ```sql CREATE OR REPLACE FUNCTION proc_users_update() RETURNS trigger LANGUAGE plpgsql AS $$ begin -- IF new.salt_hash = '' OR new.salt_hash = NULL THEN...
Would be great if the client and relay protocols would be logged to the redis stats database. I use this database to log usage information to Grafana. I'm on coturn...
Argh, I only saw your `docs` branch once I pushed mine. Anyways, here's documentation implemented using [mkdocs](http://www.mkdocs.org/), which is a bit simpler and faster than sphinx. It does not support...
Implement opt-in support for the [embedded-hal serial traits](https://docs.rs/embedded-hal/*/embedded_hal/serial/). This allows embedded device drivers to be easily tested on a non-embedded platform like Linux. This change is useful for using any...
I'm trying to write a tool that pulls an image and recreates an existing container. To create a container, I need to provide a `ContainerOptions` instance. Is there a way...
The term "identity" is used in the spec without explaining what it is. Maybe add a new section under "Terminology".
What should we do when non-binary websocket messages arrive? Right now I think they're simply dropped in all implementations. But maybe we should raise a ProtocolError instead? Does the spec...
https://medium.com/@edouard.oger/rust-caching-on-circleci-using-sccache-c996344f0115
I'm trying to load an OBJ file that has been exported from FreeCAD. When doing so, I get the following error message: > LoadError { kind: InsufficientData, desc: "Tried to...