Dr. Gareth S. Bestor

Results 50 comments of Dr. Gareth S. Bestor

found it, in https://www.w3.org/TR/2012/WD-xforms20-20120807/: [emphasis added] > ## 6.1.4 The relevant Property > > Description: indicates whether the model item is currently relevant. Instance data nodes with this property evaluating...

FYI adding this as it appears 'relevant' to discussion (no pun intended... ;-) : https://github.com/opendatakit/javarosa/issues/284

Btw, the practical benefit of always performing calculations irrespective of relevance is that it permits processing lists using repeat groups, but ‘hiding’ the repeat group from the UI so the...

>An alternative would be to always only allow a single arg but to allow that arg to be a literal string rather than only a nodeset. it actually seems more...

I certainly agree that a waitUntil, or equivalent, is probably needed here [and preferable to a blind sleep...]. But I dunno what I should be waitin' fer! :-)

minor comment (and so that I'll get pinged on future updates) that the readonly binding doesn't appear to get evaluated as an XPath expression per se, rather just a static...

Note, current Enketo behavior _ignores_ the alternate server `action`/XLSForm **submission_ur**l completely, and will proceed to simply submit back to wherever the form was fetched from. Given a _different_ alternate server...

Comment from Forum discussion: "The ref for actions is the same as the ref for body controls and is expected to always be an absolute path. I believe Enketo should...

Any update on this @joeflack4 ? I seem to be having the same issues trying to run clean install on Enketo under docker on Mac OS 10.13.6... Cant connect and...

it may be nothing, but this hardcoded hostname in enketo-express/setup/docker/nginx/enketo_express_proxy_pass.conf doesnt make sense to me... could this be a cause? proxy_pass http://enketo_express:8005/;