r00t1900
r00t1900
## version - nuitka: 0.9.0 - python: 3.8 - os: ubuntu/windows ## problem I use nuitka to compile many of my pyqt5 applications but I found that every application has...
I would like that my application has not extra resource folder to storage `.svg` files. After use `qt_material.export_theme()` I got a `theme` folder, `theme.qss` and `resources.rcc`. I use pyrcc5 tool...
## case The console output logs: ``` ... 2022-04-07 08:08:54,922 INFO: yolkfolk no longer exists on PyPI (package.py:65) 2022-04-07 08:08:55,083 INFO: yuijfish no longer exists on PyPI (package.py:65) 2022-04-07 08:08:55,401...
## desc I use bandersnatch to sync from pypi.org, for almost 10days. Today it finally comes to "generating global index page..." and then finish all its work, while I found...
## description Here is a situation that using bandersnatch to sync with PYPI in one single server is too fragile and slow. For example, under some normal network environment that...
## brief I would like to ignore all **nightly build** type packages and releases when mirroring PyPi with [bandersnatch](https://github.com/pypa/bandersnatch). ## description Here I found that I did not need the...
I've post this issue on https://github.com/micropython/micropython/issues/8696 and then I was informed that the error occurs on LVGL part. In short, the lv_micropython firmaware for STM32F769-DISC can not compile on ubuntu18.04....
I am a big fan of LVGL and I've successfully clone this porting repository and burn into my f769-disco board. The LVGL is pretty good, and I would like to...