arkanoid87
arkanoid87
module name wHotKeyCtrl -> wHotkeyCtrl
BLOB data
need a way to store generic data, exactly as it was input what about mapping seq of byte/uint8 like here? https://nim-lang.org/docs/db_sqlite.html#bindParam%2CSqlPrepared%2Cint%2CopenArray%5Bbyte%5D
I'm trying to use numpy + uncertainties + pint library together To accomplish this I've wrapped test to check bind spots in numpy python array protocol when using pint alone,...
If I close QField project using the app drawer instead of double tap on back button, wal and shm files are present in QField project folder (sqlite db not closed)....
I'm using syncthing v1.19.1, Linux (64-bit Intel/AMD) running in docker container (image syncthing/syncthing) in ubuntu 20.04. The synced folder is a mounted folder `./sync:/var/syncthing` I've wrapped up a python script...
**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** Unknown error without any info **If the current behavior is a bug, please...
```c #define foo = 0 int i foo; ``` should result in ```c int i = 0 ``` but c2nim returns "Error: did not expect =" there's a way to...
rest-server 0.10.0 compiled with go1.15.2 on linux/amd64 --------------------------------- How did you run rest-server exactly? ------------------------------------ $ docker-compose up tried with ``` version: '3' services: rest-server: image: "restic/rest-server:latest" restart: unless-stopped environment:...
I wanted to test CloudComPy but the install instructions were quite convoluted to get to the point, so I wrapped up a self-contained Dockerfile that setup a minimal environment based...
I need to implement sorting and filtering over my TableViews. I could sort and filter the model directly, but this is against MVC, or I could use SortFilterProxyModel https://doc.qt.io/qt-5/qsortfilterproxymodel.html how...