Petr Vanek
Petr Vanek
``` QObject::connect: No such slot toResultPlanView::slotStop() in /home/pvanek/oss/tora/tora/src/tools/toresultplan.cpp:110 ```
qscintilla is used all the time, even wehn I set native editor in preferences - I have to change it in status bar by mouse for each editor
using linux/gcc
when it's configured in UI dialog: ``` Thu Apr 21 13:49:09 2016 trotl_stat.cpp:512 bool trotl::SqlStatement::execute_internal(ub4, ub4) ORA-01741: illegal zero-length identifier error at SQL position 18 [1.19]: CREATE TABLESPACE "" DATAFILE...
when is enki opened from Finder/Spotlight, the terminal window is created with command: rimmer:~ pvanek$ /Users/pvanek/oss/enki/enki/build/scripts-2.7/enki ; exit; Enki is fully functional but the terminal window is quite annoying for...
_From @GoogleCodeExporter on March 17, 2015 19:36_ ``` Ability to upload clipboard to paste.bin ``` Original issue reported on code.google.com by `[email protected]` on 20 Jun 2012 at 7:06 _Copied from...
_From @GoogleCodeExporter on March 17, 2015 19:36_ ``` Attached is a small patch that allows image data to be distinguished from other binary data types by using the image as...
_From @GoogleCodeExporter on March 17, 2015 19:35_ ``` Hi, would be nice to have "chain mode" in the program. How it works: For example I have 10 text fields which...
hi Jakub, at first - I'm not PHP user so I don't understand PDO internals etc. But now I'm asked to evaluate a design of an application which would potentially...
as in eg. Python's "dialects" https://docs.python.org/3.6/library/csv.html#csv-fmt-params Some files do not use escape for quotes. So eg: `"""foo""", "bar"""` is valid, but we can parse only: `"\"foo\"", "bar\""`