Davy Durham
Davy Durham
@KlamerS , the 2.12.0 release that came out today contains some recent fixes to multipart/mixed bodies for aiohttp. However, I see you're using flask and this issue may be a...
I'm using https://github.com/formio/formio.git for my API server, but I'm not serving formiojs from there. Though, if I browse the resources through the API server itself, it does indeed execute the...
@airarrazaval , now what do you think the chances of getting the self-hosted https://github.com/formio/formio-app-formio to use this latest version? It would be rather good for the admins using its frontend...
What that 'if' is trying to say is that if an indicator was passed in to use (&ind_ != &ownInd_) AND what was passed in is presently set to i_null...
@vadz, actually, on further analysis, I believe (and I've seen in 3.2.2) that a prepared statement can lead to ownInd_'s value possibly becoming i_null. With prepared statements, soci invokes type_conversions...
@vadz, does that (my prev comment) stand to reason?
I will attempt a PR and demonstration. But, it should be apparent that it could happen when a prepared statement (executed multiple times) is combined with a custom conversion (which...
I also cannot get import to work. Seems like a pretty broken feature at the moment.
The workaround doesn't appear to be possible with a dropdown where the values are numeric. There's no storage type option.
It does not seem to be working. I am using the opensource version, hosted in docker. followed docker-compose instructions. (I'm thinking that opensource edition is a factor after hunting for...