Malcolm Smith
Malcolm Smith
> Not at present. It supports the version specifier part, but not the "qualifier" part (including and after the semicolon). Supporting PEP508 environment specifiers is arguably something we should support;...
It looks like we could hide the class name using the `toc_object_entries_show_parents` setting. Compare the two screenshots in https://github.com/pradyunsg/furo/discussions/692.
> would there be any reason why the 0.4.8 tag is missing from my repo, even after a `fetch --all`? The latest one I have is 0.4.7, but I can...
Unfortunately it's still crashing in or immediately after test_optioncontainer, and the rerun is the same.
I'm generally skeptical about adding support for hardware devices to Toga, but in this case it definitely makes sense, because the printer dialog will need to be linked to the...
https://github.com/chaquo/chaquopy/issues/881 covers the general issue. For this PR, I think it should be possible to make the Android feature conditional on the `build_gradle_extra_content` being present. You didn't include the full...
Like this: ```py from java.lang import NoClassDefFoundError try: ... except NoClassDefFoundError: ... ```
If we did this, then for consistency: * It should also apply to the `content` setter. * It should also apply to all other `content` attributes, such as in ScrollContainer....
> From what I understand, you can set a emulated Python for it, though. I saw that in the CMake documentation, but I initially rejected it because starting up a...
Updated the comment above to use Toga's current property names, and to add a comparison with the web backend.