-
Updated
May 5, 2021 - TypeScript
data-driven
Here are 201 public repositories matching this topic...
-
Updated
May 3, 2021 - JavaScript
-
Updated
Apr 30, 2021 - C
-
Updated
Apr 28, 2021 - Clojure
-
Updated
Dec 13, 2020 - Clojure
-
Updated
Oct 16, 2020 - Swift
Problem:
The icon buttons do not show any hint which action they are going to execute. So the user needs to either guess what will happen or to "learn" it by clicking on it - and with this possibly execute an unwanted action.
Solution:
Add either alt texts or tooltips that show on hovering over the buttons.
This addresses buttons like:
- Copy to clipboard
- Reveal values
- Open in new w
-
Updated
Feb 27, 2021 - Swift
-
Updated
Mar 13, 2021 - C++
-
Updated
May 5, 2021 - C++
-
Updated
Feb 24, 2021 - Clojure
-
Updated
Oct 5, 2019 - ChucK
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
May 5, 2021 - Python
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Jul 30, 2020
-
Updated
May 3, 2021 - Swift
-
Updated
Apr 29, 2021 - C#
-
Updated
Mar 7, 2021 - Clojure
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Apr 19, 2018 - Swift
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
May 5, 2021 - Python
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
Apr 28, 2021 - Vue
-
Updated
May 5, 2021 - Java
-
Updated
May 4, 2021 - C++
-
Updated
May 4, 2021 - Python
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."
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