Chard

Results 6 issues of Chard

`-Wsign-conversion` This is a quite aggressive _gcc_ compiler warning, but it often detects issues so sometimes we test builds with it switched on. Because the `concurrentqueue` is header-only the warning...

An instance of `mongomock.MongoClient` appears to be independent to any other instances. This results in different behaviour from a real `pymongo.MongoClient`, which would access the same underlying database. Is this...

The helper script redirects stderr into stdout, clearly to make it easier for the python parsing component to handle everything in one input. However, this means any development client expecting...

Not a problem, per se, just a case of avoiding a magic number (512) in the code. The constant is currently sitting in [socketconfig.h](https://github.com/Haivision/srt/blob/master/srtcore/socketconfig.h). Related to the [access control behaviour](https://github.com/Haivision/srt/blob/master/docs/features/access-control.md).

Type: Enhancement
[API]

### Is there an existing issue for this? - [x] I have searched the existing issues ### This issue exists in the latest npm version - [x] I am using...

Bug
Needs Triage

Hi, I tend to use your excellent queues in various placements. I recently noticed that the _concurrentqueue_ cmake build installs with the ".../moodycamel/" sub-directory. However, this _readerwriterqueue_ build does not...