-
Hello,
Is that possible header file daw_consteval.h is missing from master ?
I am getting that error on compile in version 3.28.3:
daw_json_link-3.28.3\include\daw\json\daw_json_switches.h(1…
-
JSON Benchmark
If you want to benchmark your code against more JSON libraies:
https://github.com/Loki-Astari/JsonBenchmark
See the section: https://github.com/Loki-Astari/JsonBenchmark#adding-a…
-
so I'm still trying to get my custom map data structure working as described in Issue 428, I have the modified simple example as below:
```c++
#include
#include
#include
#include
#includ…
-
A typical node package consists of ``package.json``, ``package-lock.json`` and some source files.
We want to use this package format for all Mixery addons. Basically, you can use ``npm pack``, put …
-
Hi,
I'm researching switching from rapidJSON to DAW JSON link for my project in order to avoid allocation. One of the features that rapidJSON supports is a custom stream that can be used for its pa…
-
Trying to declare the data contract for a variant type that can have itself as one of the alternatives.
```cpp
struct Variant
{
std::variant value;
};
```
A `std::shared_ptr` has to be u…
-
I have no investigated the float parsing in daw_json_link, but I wanted to make sure you were aware that we have packaged the fast number parsing routine from the simdjson library into its own single-…
-
Using debian stable, with gcc 12.2.0 (currently [12.2.0-14](https://packages.debian.org/bookworm/g++-12)), I get the following build failure on commit 85f5f3f3d15a27fa000733f758b157d2267a74c8 :
```…
-
Current implementation has inaccurate number parsing.
[How to Read Floating Point Numbers Accurately by William D. Clinger](https://www.researchgate.net/publication/2295884_How_to_Read_Floating_Poi…
-
When selecting the Synchronous driver in Ableton Win64 it says:
The device only has input channels. Live only supports audio devices that have at least one stereo output.
Then the driver fails t…