Gavriloaie Eugen-Andrei
Gavriloaie Eugen-Andrei
Hi, This is how `./configure` is executed: https://github.com/paixaop/node-sodium/blob/f83467c7a3f8e28014561468deeca01c220f9ad0/Makefile#L64 It lacks the `--host`. So if I export all necessary vars (CC,CXX, CFLAGS, etc), it still doesn't work. Autohell mandates that `--host`...
There are numerous (actually, majority) of end-point projects (projects that are the end result) requiring to host multiple libraries and multiple applications. For example, majority of production software is comprised...
Hi, Consider the following code snippet from the library, at which I have added some debugging: ```CPP using object_types = typename variant_types::object_types; std::cerr
Hi everyone, This issue is significantly impacting performance since we are required to create copies of the buffer we want to parse to ensure it is null-terminated. For instance, I...
Hi all, Here is a patch that allows us to support variant of variant, each having tagged keys: ``` diff --git a/include/glaze/json/read.hpp b/include/glaze/json/read.hpp index d13ef99..d8b91b8 100644 --- a/include/glaze/json/read.hpp +++ b/include/glaze/json/read.hpp...
First of all, kudos for this outstanding library! Hands down, most comfortable library, and also I have no reason to disbelieve the benchmarks. I have started using it and unfortunately,...