-
### MOD edit / notes
This issue ticket was previously a request to integrate with the *existing solution*, which I didn't want to work on – mostly as both JavaScript / TypeScript based client and n…
-
Library name: daw-json-link to release v3.10.0
Also, one of it's two dependencies need to be upgraded prior/at the same time
daw-header-libraries to v2.76.2
New version number:
[daw-json-link] v…
-
Library name: daw-json-link to release v3.7.1
Also, one of it's two dependencies need to be upgraded prior/at the same time
daw-header-libraries to v2.75.0
New version number:
[daw-json-link] v3…
-
Type: Bug
Architecture "arm64" is not supported by TabNine.
Fail to create config file Folder undefined
Extension host terminated after 3 attempts
Command Palette is not conned to the extensio…
-
The issue:
```
#include
#include
#include
#include
struct PersonObject {
int id{};
std::string name;
int age{};
std::unordered_map fields;
};
namespace daw::json {
templa…
-
@wxprospero
While you're here, is "json_key_value_null" broken as well? Why does changing "json_key_value" to "json_key_value_null" break this, whereas with other types (like json_number or json_str…
-
Hi,
There is a way to have something like this as i do in Kotlin?
```
class Param(val n: String, val v: Any)
val request = Request(
"test1",
Param("username", "paulo"),
Param(…
-
Hi friends!
On [my fork](https://github.com/dcuccia/VTS), main branch, I've updated projects and references to be fully .Net Core 3.0/.Net Standard 2.0 compatible (it's up to date with the main pro…
-
When an optional member is declared before a vector class member, such as version in System:
struct Bus
{
int uid {};
std::string name;
std::optional voltage;
};
struct S…
-
This one doesn't compile
json_key_value < "f1", std::unordered_map < int, double> >
This one is ok
json_key_value < "f1", std::unordered_map < std::string, double > >
This one also compile…