-
### Describe the bug
If a Toga textual app does not define any window content, the app will crash.
```
❯ TOGA_BACKEND=toga_textual \
python -c 'import toga; toga.App(formal_name="MyApp", app_id=…
-
Hello.
Thank you for this repository. I think it address very important issue for toga. Right now writing toga applications looks like manual build widgets hierarchy with inline css.
It is impor…
-
There's something wrong on downloading contents from lessons with soundslice embedded viewer.
The result is:
Failed embed allowlist check.
lesson in the format:
{
"id": 58246056,…
-
Hi,
I have a question regarding running LASTZ similar to what they did for the TOGA paper. In my case, I have Cactus 447 mammalian genome dataset. I converted it from Hal to fasta, removed ancestral …
-
### What is the problem or limitation you are having?
I would like to make an app,
which plays sound effects on button press
the only solution i could find
was [this](https://stackoverflow.com/que…
-
Traceback (most recent call last):
File "\app\newganmanager\__main__.py", line 4, in
main().main_loop()
File "\app_packages\toga\app.py", line 663, in main_loop
self._impl.main_loop()…
-
There are potentially some inconsistencies in exception handling behavior, especially as a result of WebView handling, and the handling of the Winforms asyncio event loop integration. We need to audit…
-
### Describe the bug
According to the [Android documentation](https://developer.android.com/reference/android/location/LocationManager#getCurrentLocation(java.lang.String,%20android.location.Locati…
-
### What is the problem or limitation you are having?
I can't unselect `Row` after selecting it on `toga.Table()`
### Describe the solution you'd like
I use the `on_select` action on `toga.Table()`…
-
Thank you so much for your tool! I have genome files and annotation GFF files for two species, and I mainly want to use TOGA to identify orthologs between them. However, when I run it, the gene IDs an…