Dr. Gareth S. Bestor

Results 50 comments of Dr. Gareth S. Bestor

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/;

adding this fix seems to work: ` [self.contentView addConstraint:[NSLayoutConstraint constraintWithItem:self.textLabel attribute:NSLayoutAttributeBottom relatedBy:NSLayoutRelationLessThanOrEqual toItem:self.contentView attribute:NSLayoutAttributeBottom multiplier:1 constant:0]]; `

It appears that an index-repeat() performed *within* same repeat will ignore the specified index, and just uses the current index. Here's an example form that to display a selection from...

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...

[1]. appearances should just be hints; that is to say, they can be ignored (by a client) and still be able to submit a semantically valid record (using just the...

Gotcha. Yup, that's the same point I was trying to make in my [6] - once we allow multiple appearances do we enforce mutual exclusion (only one can be specified)...

If handling appearances on the client-side is/will not be mandatory (ie just 'hints'), and the appearances are custom client-specific, and the fact the XForms server has no real knowledge of...

So while a form is actively being filled out, irrelevant nodes are not removed, correct? So, if the node is not removed, are their values 'blanked' in some way instead?...

Another 'issue' with automatically clearing irrelevant nodes is that you effectively loose the ability to pre-populate defaults for (initially) non-relevant properties. By definition, if a node is irrelevant on startup...