tmandys
tmandys
When link to a directory is made and a module in the directory requires another module via "./" then loading fails. [issue-link-module]$ ./test-link.q unhandled QORE System exception thrown in TID...
``` public setPattern(string pattern) { %ifdef _DUMMY_TO_PAIR_BRACES_IN_KATE_EDITOR /{/ %endif s =~ s/^[0-9.-]*[a-zA-Z]+({[^}]*})?//; } ``` Even it is exceptional case then qdx should provide a info where the issue occurs. Currently...
``` %new-style %allow-debugger string s = 'TOP'; sub test(int param) { string sss = 'QWERTY'; printf("%d . %s\n", param, sss); for (int i=0; i
Currently no access to vars declared in TopLevelStatementBlock
When a thread from another program (WebSocketClient) calls as callback a function in program being debugged (e.g. logging function) then always does attach/detach procedure. I.e. detached thread is attached again...
I use libgphoto2 (2.5.31) from python-ghoto2 on RPI3/4/5 running Bullseye and Bookworm. I use more Sony fullframe mirrorless cameras **Sony A7I, II, III, IV**. My application uses **USB preview** or...
I have compiled libgphoto2 to fix a bug and python-gphoto2. Compilation passed but problem is that cython binary packages does not load libghoto2.so library and complains about missing symbols. System...
When running version 4.3.0 on RPI Bookworm in Wayland then does not work screen capture at all. It just creates output file in destination folder with size of few hundreds...
### Prerequisites - [x] I have read [FAQ](https://yaqwsx.github.io/KiKit/latest/faq/) - [x] I have searched existing issues (including closed ones) - [x] I use KiKit at least version 1.7.2 (older version are...