-
Updated
Sep 3, 2021 - Scala
data-collection
Here are 327 public repositories matching this topic...
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
-
Updated
Aug 31, 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
Jun 15, 2021 - Java
Constructor of MainViewModel is doing some actual work which is not a recommended pattern.
On top of that, it also cre
-
Updated
May 3, 2021 - Python
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Sep 3, 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
-
Updated
Aug 25, 2021 - Java
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
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
Mar 30, 2021 - C++
-
Updated
Aug 26, 2018 - Jupyter Notebook
-
Updated
Feb 16, 2017 - Python
-
Updated
Sep 4, 2021 - Jupyter Notebook
-
Updated
Aug 11, 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().
-
Updated
Mar 23, 2021 - Python
-
Updated
Aug 26, 2021 - JavaScript
-
Updated
Apr 8, 2021 - Java
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."


Problem
At present, our API documentation and API configuration in Jitsu Server contain some discrepancies. Since Jitsu API grows fast It's unavoidable. We should improve it. Clear documentation is an essential thing in OSS projects.
Solution
We should create Open API specification (yaml file) and generate both Jitsu Server handlers (gin-gonic) and doc