-
Updated
Aug 12, 2021 - Scala
data-collection
Here are 326 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 14, 2021 - Java
I think error indicates that there is insufficient data to build a visualization.
in red text SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
I think a little picture of @jonahz5222 's Auggie character wearing different hats, say "oops. Sorry folks. We don't have enough comments to calculate that data right now. Maybe we need to schedule some sessions
-
Updated
Jan 5, 2019 - Python
-
Updated
Oct 26, 2017 - Java
-
Updated
May 27, 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 13, 2021 - JavaScript
-
Updated
Aug 13, 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 13, 2021 - Java
-
Updated
Feb 19, 2018
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.
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
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
Jul 19, 2021 - Jupyter Notebook
-
Updated
Apr 8, 2021 - Java
-
Updated
Aug 11, 2021 - JavaScript
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