rdb
rdb
Good idea, would go well hand-in-hand with #803
What's wrong with using the new Pythonic .value property as opposed to the getter method?
I think we should deprecate `get_state()` and instead introduce an `item_state` or `state_index` or other property that doesn't conflict with the base class' `state` property.
I am a bit confused, are you building Panda from the Vulkan branch but using the OpenGL renderer? Does the issue happen with the master branch?
Panda really ought to be using premultiplied alpha blending for this. To work around the problem, set the background colour to the colour of the outline, but with zero alpha:...
Right now it is possible to just use build_apps instead of bdist_apps, which outputs everything into a directory with an AndroidManifest.xml file that you can modify before bundling it yourself....
There should definitely be a permission list in setup.py; other OSes have that concept too, not just Android, so I think it would be good to add a non-Android-specific way...
Darn, this appears to be an architectural limitation in PStats; it's designed to add threads but not to remove or rename them. This would need to be changed in the...
Apparently, it is necessary to call `base.destroy()` from the main thread on macOS. Hmm. You can schedule something to be run by the main thread by adding it to the...
Yeah, the IPv6 support I added was a minimal-effort approach to support IPv6 at all. It needs to be more comprehensive. In particular, `getaddrinfo` returns a list of results that...