rdb
rdb
This renders fine for me on macOS: Going to assume this is a Windows-specific bug
Surrogate pairs weren't handled on platforms with UTF-16 in wchar_t, that is to say, Windows. Try this build: http://buildbot.panda3d.org/downloads/5da013e2e9a991c993532cc6886c53e4c38bccc0/
You currently need to use electron 4 to run it (but see also #40). There's also a typo that prevents running this on Linux, see #41.
It's a Python-only library, so an arch-independent wheel can be published, there's no need for an architecture-specific wheel. It's just a matter of `python setup.py bdist_wheel` and `twine upload dist/*.whl`,...
Being a Linux software developer myself, I want to emphasise that this is not a matter of 'supporting esoteric window managers'. It is a matter of properly implementing window manager...
Thanks for sharing, that's pretty cool! Is there an action point you are suggesting for us here? Is there an advantage for us to replace the right recursion with left...
I appreciate the effort. That said, it doesn't seem that this works with the bison 2.3 that ships with XCode. Are named references a more recent feature? I am a...
Can you give additional instructions? Sample code? Platform used? What happens exactly?
This is pretty neat. I think we need a new filter system on the C++ end of Panda, but there's no way that'll make it in time for 1.11, and...
I'm not proposing we add JSON loading to this system—it was just an observation that it would be easy for a user to do this with this structure. Another thought...