Gregor Kališnik

Results 6 issues of Gregor Kališnik

During development I've identified that app, if killed, will not receive messages to C++ code if app is not running (with some moment to think about it, it makes sense...

In documentation, I saw you have to annotate all classes with QxORM mcros for it to be able to do mapping to tables. To make domain model completely isolated from...

Hi. Is there a way to get number of affected rows due to `DELETE` or `UPDATE` queries? I did not see in the docs how to get to this information....

Hi. Float parsing uses system configuration and will print out and load floats as locale aware. In our usecase, we use libcyaml as confiuration schema and is unacceptable to have...

Hi. We are unable to define common parameters for all operations under single path by setting `parameters` block in handler's class docstring. More on common [parameters](https://swagger.io/docs/specification/describing-parameters/).

Current version of concat is 5.3.0, currently only 5.0.0 is supported which conflicts with other modules (needing >5.0.0.). Thanks.