timrid
timrid
I noticed a problem with the tool `vunit-test-explorer` (https://github.com/Bochlin/vunit-test-explorer/issues/17). Here you can jump from the GUI to the source code of the test case with one click, which is very...
Is it planned to distribute the prodict also via anaconda and not only via pypi?
Extend the HexEditor, so that the displayed Bytes can be changed via the ContextMenu between HEX (currently the only format) and ASCII (to implement).
`Switch.default` is never None. If it is not provided it is `Pass`.
Are there plans to support Android and iOS wheels as well? For Python 3.13, iOS ([PEP730](https://peps.python.org/pep-0730/)) and Android ([PEP738](https://peps.python.org/pep-0738/)) will also be supported. It would be practical to be able...
I have an application in which the controller should sleep most of the time and only needs to be woken up by external interrupts. In my application, all tasks are...
Switching to `pyproject.toml` because this is the more modern way of doing it.
This PR allows briefcase to pass environment variables to the app via `org.beeware.ENV`, which are added in `sys.environ`. The feature can be used, for example, to configure a remote debugger...
**Operating system**: Windows 11 **wxPython version & source**: 4.2.3 (pypi) **Python version & source**: 3.11 **Description of the problem**: The type hints introduced with wxPython 4.2.3 create a wrong type...
**Is your feature request related to a problem? Please describe.** I am developing an app for Android and iOS with [`briefcase`](https://briefcase.readthedocs.io/en/stable/). Currently it is not possible, to have static type...