Andrej Panjan

Results 4 issues of Andrej Panjan

This error occurs randomly (and often) at ASK call sides. I've tried but I'm not able to reproduce it on a small example. It happens in an application with 8-10...

The root problem is bug in `Flatten to JSON.vi` used to flatten the Request cluster into `JSON` with connection to the use of `FTW-JSON` (#92). Since `NaN`, `Inf` and `-Inf`...

The `FTW-JSON-Object-SetElement-DBL.vi` and `FTW-JSON-Object-GetElement-DBL.vi` doesn't support `Inf`and -`Inf` values for `DBL`type. I know there is a trade off between `FTW-JSON` compatibility with Labview `DBL`type and on the other hand valid...

Wrap as savepoint should be used instead of wrap as transaction in SQLite insert since it has more benefits (e.g. it can be nested).