Results 246 comments of Andri Yngvason

@jswolf19 What is the output from the command `sudo groups vnc`? It the vnc user is not in the `video` group, please try adding it: `sudo usermod vnc -aG video`.

If you run this via `valgrind` that should catch the problem. I do recommend trying the master branch though.

If I remember correctly, this was due to a double-free the failure path of `cfg_load`, which has been fixed now.

Maybe an additional feature check is required.

> The reason it's breaking the noVNC tests is because the call to isConfigSupported() is incorrect. It returns an Object, not a simple boolean. Oh, wow, I guess I just...

> Do you have any concrete suggestions? Not really. I would have to do some actual experiments with quic. I can tell you that, in my experience, estimating bandwidth over...

This would probably by an improvement. It could even be done without breaking ABI. Another approach that I've considered is to approximate type traits via struct members. The interface would...

> Technically speaking using _Generic would be an API break, for instance this would fail compilation after the change I don't mind breaking API as much as ABI. That being...

I haven't removed the superfluous things from the API, but at least type safety is addressed: #14

There does not appear to be any new argument here for adding DES auth. I also don't see what's wrong with Nettle's license; it's LGPL, not GPL. However, nettle is...