Karsten

Results 16 comments of Karsten

I haven't tried this but I assumed that using child or parent geometries (natively or via another object relationship) on your mesh would work?

@analog-cbarber's fixed worked for me within a pytest_sessionfinish hook within conftest.py to cleanup handlers in multi-threaded libraries.

pretty much agree with most your notes in the code review. I'll finish another client for bucky (opentsdb) this week and will update my fork and work through the cr...

i'm reworking this PR using the multiprocessing branch. might make sense to do a fresh PR once its merged into master.

I'm not using it currently but would like to see the work not lost.

I'd like to propose doing the the proxy sources (memcache, opentsdb, mysql, etc) one at time to shrink the pull down. my work needs refactoring before being ready for the...

just patched this in my private docker registry. This is fixed on master but unreleased as mentioned. to make a local build you'll need node11 w/ npm6 (node12 is prob...

tested, happens in golang also. python and javascript use 64bit integer types. 1) there is a bug that needs to be fixed so that timestamps are never > 13 digits....

@spazmodius no, the integer types that json decoders most people use in python and javascript have to handle integers greater than 32 bits. the types just have some code under...

``` number of JSON parsers out there use double to hold a parsed numeric value ``` in the case of `1262812349394000000` this can't be represented accurately using most standard 64...