Markus Klemm

Results 8 comments of Markus Klemm

I got it working: The code executing in the lambda can't access the public internet. When I just wrote a lambda using nodejs fetch, the lambda hangs. You have to...

This indeed seems to be a cmake-js problem since a gyp based project with the same code works: https://github.com/bzoz/31886_issue_test

BTW: a simple `add_compile_definitions(MODERN_SQLITE_STD_OPTIONAL_SUPPORT)` fixed the issue, so I guess the preprocessor compiler support discovery is flawed.

Also would like this feature, maybe I might be able to contribute.

Hi moravas, I am currently reading into the boost JSON internals and the JSON Schema Draft but, as this is my first would be boost contrib. this will take a...

I just looked into the code, it seems except for some obscure workaround for `_MSC_VER < 1300` the format really is either with fractions when non zero or without fractions...

> I have a version if the function around somewhere that consistently prints the fractional second even when zero. Don't need that, since it really implies non existent precision. The...

I think a CSV library should at least and especially with default settings behave according to the RFC. And right now it's not. So +1