zerodefect

Results 12 issues of zerodefect

When upgrading to using gcc-11 with C++ 20, it is no longer possible to assign a task to a shared_task as in: ``` async::shared_task task{async::make_task(cb_result::CB_S_OK)}; ``` Therefore an explicit move-constructor...

Not sure this is an issue per se. Nonetheless, maybe someone else may find my question helpful. As mentioned in the Readme, the SimpleAmqpClient is a wrapper around the [rabbitmq-c](https://github.com/alanxz/rabbitmq-c)...

This pull request fixes #169 . The heartbeat interval can be specified upon creation of the channel. Heartbeats are disabled if not explicitly specified.

The heartbeat interval (in seconds) between a client/broker in SimpleAmqpClient is implemented within the dependency of rabbitmq-c. At the moment there is only partial support for heartbeats within rabbitmq-c starting...

I came across this [article](https://bradleyf.id.au/nix/shaving-your-rtt-wth-tfo/), so I'm now curious about TCP Fastopen support when 'Simple Web Server' (SWS) is used on Linux: 1. Is TCP Fastopen currently supported by SWS?...

When I view the Bunny 'Live Demo', I note that the video contains jitter, is jerky (or insert any other similar adjective) and probably dropping frames. I appreciate this could...

Added cmake support. Tested on Ubuntu Linux (17.04) using gcc. Any other non-Linux platform or compiler variation will need a tiny bit of work to get it going. In addition,...

I'm new to golang, so my question probably more stems from a lack of knowledge, but I'm getting there. I have a small JSON sample that looks like the following:...

Is it possible to build either the static or shared tsduck library but not both?

question

The tutorial uses `kong:2.8.1-alpine`. To keep up with the times, I tried updating to `kong:3.0.0-alpine`. Unfortunately, I note that when I try connect Konga to Kong (as per the tutorial),...