-
Updated
Oct 29, 2021 - Scala
data-collection
Here are 345 public repositories matching this topic...
-
Updated
Nov 9, 2021 - TypeScript
-
Updated
Nov 8, 2021 - Java
The way it is now:
If collecting commit data fails due to a git checkout error (e.g. permissions error on the repo directory, missing git executable, etc.), the Repo nevertheless gets marked as "Update" and no attempt is made to ever check out the repo again.
The way it should be:
If a worker can't check out a git repo, or can't extract data from it, it should keep retrying until the situ
-
Updated
Jan 5, 2019 - Python
-
Updated
Oct 26, 2017 - Java
-
Updated
Aug 18, 2021 - Python
-
Updated
Nov 7, 2021 - Java
Constructor of MainViewModel is doing some actual work which is not a recommended pattern.
On top of that, it also cre
-
Updated
Oct 21, 2021 - Python
-
Updated
Nov 4, 2021 - JavaScript
-
Updated
Oct 13, 2021 - Java
-
Updated
Nov 9, 2021 - Java
Sentry can use refs to git commits to enhance the error reports we get when something fails. For that to work, Sentry needs to receive some information:
- a list of refs belonging to each release
or - the most recent commit of the release
or - the most recent commit of the release and the most recent commit of the previous release
[Sentry docs with more info](https://docs.sentry
Most, if not all, the code has been "ported" from the generated code version from BuilderX.
Check and remove the folder builderX if there's nothing else to use.
-
Updated
Feb 19, 2018
-
Updated
Nov 4, 2021 - Java
Some attributes used by clients result in warnings because Javarosa is not aware of them. #276 removed warnings for some. #283 identifies others that still result in warnings.
All should be passed through except for orx:max-pixel which is still a quite recent addition and can be done right by adding a field.
-
Updated
Jan 13, 2019 - Java
-
Updated
Aug 26, 2018 - Jupyter Notebook
-
Updated
Sep 4, 2021 - Jupyter Notebook
-
Updated
Mar 30, 2021 - C++
-
Updated
Nov 4, 2021 - Java
-
Updated
Feb 16, 2017 - Python
-
Updated
Aug 11, 2021 - Python
-
Updated
Mar 23, 2021 - Python
From https://forum.opendatakit.org/t/copy-a-field-into-another/6808/
I wonder if using once() would meet your requirements. The name of this function is not very descriptive as it works like if_empty() and therefore wouldn't override a user-entered value, unless the user-entered value is empty. We should perhaps consider adding an alias for once().
Improve this page
Add a description, image, and links to the data-collection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-collection topic, visit your repo's landing page and select "manage topics."
We see from error logs on the demo server that some users start typing their URL as a suffix to whatever URL is currently configured rather than clearing the field and changing its value. I think an easy improvement for now would be to select the text in that box so if a user just starts typing the text will be replaced. ([Error log](https://sentry.io/organizations/getodk/issues/2352506831/activit