-
Updated
Jul 8, 2022 - TypeScript
data-driven
Here are 236 public repositories matching this topic...
-
Updated
Jul 6, 2022 - C
-
Updated
Mar 29, 2022 - JavaScript
-
Updated
Jun 16, 2022 - Clojure
Swagger feature docstring (and spec?) places tags on route-data root:
https://github.com/metosin/reitit/blob/master/modules/reitit-swagger/src/reitit/swagger.cljc#L55
Examples place tags key under swagger:
https://github.com/metosin/reitit/blob/master/examples/ring-swagger/src/example/server.clj#L30
Both seem to generate proper swagger.json, but first one fails spec validation. Why? Sp
-
Updated
May 23, 2022 - Clojure
-
Updated
Oct 16, 2020 - Swift
-
Updated
Jan 11, 2022 - Swift
-
Updated
Jul 8, 2022 - C++
-
Updated
Jul 8, 2022 - C++
-
Updated
Jul 5, 2022 - Python
The Generated Client API is remains largely undocumented...
It would also be awesome if we could include the documentation of the API in the Generated DSL
-
Updated
Oct 5, 2019 - ChucK
-
Updated
Jul 4, 2022 - Swift
-
Updated
Jan 31, 2022 - Clojure
-
Updated
Jul 8, 2022 - Java
-
Updated
Mar 26, 2022 - JavaScript
-
Updated
Jul 30, 2020
-
Updated
Jul 3, 2022 - JavaScript
-
Updated
Jun 23, 2022 - C#
-
Updated
Jun 19, 2022 - Clojure
-
Updated
Sep 9, 2021 - JavaScript
- One needs to call
make template
ormake docker_template
, in order to update the.ci/gitlab/ci.yml
file after editing the.env
file. - For
make template
to work in a virtualenv withpip install -r requirements-ci.txt
installed, thedependencies.py
needs to containpython-dotenv
andpython-gitlab
in theci_requires
list.
-
Updated
Apr 19, 2018 - Swift
-
Updated
Nov 16, 2020 - JavaScript
Currently the model namespace keeps track of registered models and creates maps for "quick" mapping (e.g. mapping a model field to table column). This is mainly for performance benefits.
These maps are stored in atoms. However it might be nice to actually store then in `^:dy
-
Updated
Jul 4, 2022 - Java
Improve this page
Add a description, image, and links to the data-driven topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-driven topic, visit your repo's landing page and select "manage topics."
User Story
As a user, I'd like to know on which day a sequence/task was executed.
Technical Details
In the sequence screen, stages have below them the timestamp of when a sequence was executed for that stage. Similarly, next to the task a timestamp is shown. The format is always
HH:MM
.In the best-case, it's usually clear that the sequence was executed within the same day (but you wou