Rémi Bèges
Rémi Bèges
It is not obvious from the README that credentials must be provided per-queue. An example would be helpful, something like ``` const arena = Arena({ queues: [ { "name": "****",...
Some sort of json equivalent for embedded
Simplification of the build process. Distributions will no longer assembled by gathering files from different folders, which is too complex and obscure for the unfamiliar user. Instead, distributions will be...
https://www.cs.auckland.ac.nz/software/AlgAnim/huffman.html https://en.wikipedia.org/wiki/Huffman_coding
- Adding a # to a topic will describe specific data types Examples: `foo#xy` (xy coordinates) `foo#xyz` (xyz coords) `foo#m22` (2_2 matrix) `foo#m33` (3_3 matrix) - Associated with varargs interface...
Adding a platform should be made easier. Ideally, add a `#define PLATFORM_NAME` and define all 4 functions `read` `readable` etc. Then, build system should be able to compile for this...
So what is the strategy to port changes from [ZNoise][https://github.com/Overdrivr/ZNoise] ? I am not really in favor to make a manual porting, because that would mean two repositories to maintain...