Zhiyuan Ma
Zhiyuan Ma
Hi, I would like to add some more timings to the output, so I added some user counters, and in the function to be benchmarked, I record some timing information...
Currently, one can store object like this using `jsonset({'a': {'b.c': 'd'}}, '.')`. However, it is impossible to get the nested value via `jsonget('a."b.c"')`. Any suggestions?
Hi, I am playing around this lib right now and found it is great. I wanted to created a group of one prarameter: ``` cli = ( "group 1" %...
Hi, I just started using this theme, and found that it won't compile if using lualatex while xelatex and pdflatex works just fine. (pdflatex does not pick up the Fira...
It turns out that the asn_make_pool commandline interface is very easily to be misused so that image files are clobbered silently, because both the pool file and image files are...
I find the astropy package template repo helps a lot in the sense that it abstracts out most of the infrastructural work when setting up a new astronomy related package....
It appears that if one uses the dcc.Upload.contents property for triggering callback, it fails when the user tries to upload the same file again, due to the content is the...
Hi, I was looking into ways to do graph animation with dcc.Graph, and realized `extendFrames` would be a good thing to have to avoid sending back the current frames as...
Hi, It appears that std::result_of is removed in C++20. (deprecated in C++17). I just replace all occurrence of it to std::invoke_result in my own fork, but I guess you may...
https://github.com/c0fec0de/anytree/blob/d63289b65644c6e8c9c1d83d339c2c235d9ecc31/anytree/node/nodemixin.py#L218 The above line causes the following warning when sphinx nitpick mode is enabled: ``` writing output... [100%] index /....ComponentTemplate.children:41: WARNING: 'any' reference target not found: TreeError ```