tox
Here are 464 public repositories matching this topic...
-
Updated
Dec 24, 2021 - C
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 30, 2021 - HTML
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 27, 2021 - C
-
Updated
Aug 15, 2021 - Vala
-
Updated
Dec 24, 2021 - C
-
Updated
Dec 22, 2021 - Python
-
Updated
Dec 31, 2021 - Java
This doesn't happen every time, but it can happen that some Flow<Contact> from the database returns null when you delete a contact. This results in a crash since I was counting on never getting null from them. The database should return Flow<Contact?> and most places in the code should have a .filter { it != null } step when using the flow.
This happens if you e.g. enter the chat scre
-
Updated
Dec 29, 2021 - Python
-
Updated
Sep 10, 2021 - Python
-
Updated
Dec 30, 2021 - Jinja
-
Updated
Aug 5, 2021 - Python
This needs to be implemented if we want to make some releases c:
https://electron.build
-
Updated
Mar 2, 2018 - C++
-
Updated
May 10, 2021 - Python
Improve this page
Add a description, image, and links to the tox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tox topic, visit your repo's landing page and select "manage topics."
For classes declared with
struct, forward declarations should also usestruct. Currently, onlystruct Messageviolates this in a few header files (2 or so?).