Jacob Zhong
                                            Jacob Zhong
                                        
                                    Thanks for your reply. Actually by now I didn't need to render a large map in that scale, currently I just want to render a small map for simulators (I...
About that comment, I remember it was because a problem of compiling protobuf files at that time, which seems to be fixed by https://github.com/uber/xviz/pull/561. So that TODO can be removed...
I didn't check the compilation when answering https://github.com/cmpute/xviz.py/issues/2, but I tried compilation today and it works fine
I'm personally developing tools for myself to organized single-file albums here https://github.com/cmpute/Fluss/blob/main/fluss/cuesheet.py. It already can parse cuesheet from standalone cuesheets, embedded cuesheets from flac, id3, ape tags. It also handles...
Also looking forward to support for half precision! Note: this is already implemented in spconv library.
I would also suggest that add these lines to your CMakeLists.txt: ```cmake if(DEFINED ENV{BUILD_COV}) add_compile_definitions(CYTHON_TRACE=1) set(CYTHON_FLAGS "-X linetrace=True") endif() ``` This way you can enable linetrace by set environment variable...
As a related question, does the macro backend generates different output for a pyclass field and a non-pyclass field? Or in the example provided by the OP, it is possible...
Close because this is already solved as in the latest version.
There are some existing efforts on this: https://github.com/graemephi/goldmark-qjs-katex and https://github.com/graemephi/kahugo. Is it to merge them upstream?
> @liborty, you actually mentioned it earlier in this very same conversation! :wink: > > IMHO, @cmpute's crate is the solution that solves @cuviper and @ExpHP's concerns with regards to...