timrid
timrid
Yes, I had also tried out something like that. The problem is that if you want to embed `Image` in another structure you always have to write `Image._get_format()`. I would...
In your particular case your implementation works. But this is not a general solution for the problem. If you embed e.g. `SubStruct` from your test into another construct like `Array`...
I like your idea with scripting. I also thought about a similar feature but with a small code editor, so that it is easy to modify the construct and then...
I am not quite sure how you are generating the error. I can not reproduce it, but I am not sure if I do it the same like you. Can...
I have renamed `org.beeware.ENV` to `org.beeware.ENVIRON`. I also asked myself whether it makes sense to transfer the main module via `BRIEFCASE_MAIN_MODULE` instead of via a separate [resource file](https://github.com/beeware/briefcase-android-gradle-template/blob/539a97e0d2c6cb674ba4b66fcc988a08eaa2c656/%7B%7B%20cookiecutter.format%20%7D%7D/app/src/main/res/values/briefcase.xml#L2). This would...
Okay, I understand the security concerns for the `BRIEFCASE_MAIN_MODULE`. But nevertheless this is a useful feature to support the remote debugger. So I will remove the draft status. Are there...
I have not found an easy solution for testing, probably because I'm not that deep into the testbed yet. So I created [a ticket](https://github.com/beeware/Python-support-testbed/issues/123).
The actual problem was, that `BlueZFeatures.checked_bluez_version`, `BlueZFeatures._check_bluez_event` and `BlueZFeatures.supported_version` are set in the tests and not reset after the tests. Nothing was wrong with `with patch`, but `monkeypatch` is the...
> Thanks. I would still prefer each commit message to be in the format: > > ``` > : > > > ``` I fixed the commit messages as requested.
I just borrowed an iPhone to tested this. Unfortunately bluetooth is only available on real iPhones and not in the iOS Simulators. But I can now finally say, that this...