ingoogni

Results 8 issues of ingoogni

**What kind of change does this PR introduce?** - [x] bug fix - [ ] feature - [ ] docs update - [ ] tests/coverage improvement - [ ] refactoring...

The scene below results in the error "Expected 'function identifier', } found instead". It seems the three bitwise_... functions are not usable in / available to user defined functions Could...

bug?

Add a widget to add a single red button, to home screen. One touch starts logging, a second or a double stops logging and also exports the track to the...

feature

Tried reading a wave file using the readtest demo file. Used different files from different sources, generated with different tools. Win10 [...]\itersample.exe pink_250.0.wav [...]\itersample.nim(79) itersample [...]\itersample.nim(70) main [...].nimble\pkgs\easywave-0.2.0\easywave.nim(245) openWaveFile [...].nimble\pkgs\riff-0.2.0\riff.nim(790)...

The broker quit operation after a client disconnects. It happened a few times, but it is not something I can reproduce. Below is all I could catch. Using nmqtt-1.0.4, Nim...

SQLite prepared statements are tied to a single connection. In Nim it is possible to use a prepared statement from other connections than the one it was initialised for. ```...

The microsoft compiler fails to compile: Microsoft Windows 11 Pro 10.0.22631 N/A Build 22631 Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64 Nim 2.2.2 `nim.cfg`: ```nim cc = vcc...

Thanks for the alignedSeq. Off course it didn't work for windows, so I added that. Then there where still a few things as noted in the file. Then I asked...