Results 5 comments of SteepPepper

sqlitedict runs in threads with a single connection or in processes with multiple connections. This works without using locks in the python code. all necessary synchronizations are at the sql...

check regExp in source code (probably)

**In ubuntu 20.4LTS:** 1) create directory `pytox` and clone from this directory: `git clone --recurse-submodules https://github.com/Toktok/c-toxcore` `git clone https://github.com/TokTok/py-toxcore-c.git` 2) create script `build-toxcore.sh` with `+x` mode: ``` #!/bin/bash # dependencies...

[iphydf](https://github.com/iphydf), Please regenerate the api for the master branch toxcore Something is missing: `python3 -c 'import pytox.toxcore.tox as core; print(core.Tox_Ptr.__init__.__doc__)'` produce undefined symbol **send_group_invite_packet**: ``` Traceback (most recent call last):...

I started with nicegui and switched to justpy. I needed only quasar. I turned off everything and left only quasar. I understand justpy's architecture better. I don't want nicegui -...