Martijn van de Rijdt

Results 246 comments of Martijn van de Rijdt

* [x] for simple randomize expression that do not contain predicates using an expression with multiple parameters (e.g. `randomize(instance('id')/path/to/node[name="something"])` * [ ] for e.g. `randomize(instance('id')/path/to/node[name= concat('some','thing')])`

This would be resolved with #32

Even though the table will still be too large after fixing, the column headings shouldn't be misaligned. No need to try to fit this table in the form, just to...

Thank you! That would be much appreciated. I also don't actually know if the issue still exists, but finding out it doesn't would also be very helpful. :)

I'm done with adding the missing widget spec files.

Old expired invitation to tender that may be interesting to anyone wanting to take this on: https://forum.opendatakit.org/t/invitation-to-tender-bids-odk-audit-trail/18494/2

Thanks! This was not a known issue. A PR would be great!

Not sure if this is because of the browser's built-in XPath evaluator (following an XML spec) or because of our implementation in enketo/openrosa-xpath-evaluator. Would be good if you could investigate....

I thought it might be an issue with the browser's built-in evaluator. Enketo transforms `instance("something")` here: https://github.com/enketo/enketo-core/blob/master/src/js/form-model.js#L1046 When trying in a (any) browser window, this doesn't crash: ```js document.evaluate('/model/instance[@id="a"]', document,...

Good question! There are supposed to be 2 kinds of behaviors depending on what the configuration `clearIrrelevantImmediately` has been set to (since the relevant evaluation looks at the state of...