declarative
Here are 397 public repositories matching this topic...
Most items coming from questions on the community forum
- a proper multicategory bar example based on https://community.plotly.com/t/multicategory-axis-type-example/26392
- example of shape or annotation covering several subplots thanks to
xref='paper'. Also the shapes and annotations tutorial should link to each other. - orthographic projection example in 3d axes tutorial (or
-
Updated
Feb 12, 2021 - Go
I really would appreciate feedback here. It is so hard for me to see it since I've been so close to this for so long and I've developed apps in this manner for 10 years. I'm going to be the worst person to write the documentation since it is all so second nature for me. Yet, I am most likely going to be the person writing the documentation since I understand how everything works so well.
So can
Minor annoyance department, but still.
Expected Behavior
Switching between version in the docs should jump between versions of the page currently viewed.
Actual Behavior
Changing version always take you to the introduction page.
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Feb 17, 2021 - Python
Right now the tutorial is coherently designed, tested, and even documented. However, it doesn't build up in a way that's very beginner friendly. It establishes glom's value and then immediately uses it at an intermediate level.
I'd like it if it was a bit more drawn out to use basic features first and then add a multi-line Coalesce as the
-
Updated
Jan 11, 2021 - Swift
It may be nice to ultimately just update these tests to read the data/blocks dir and run tests against each automatically so it's easier to manage these tests
-
Updated
Dec 14, 2019 - JavaScript
-
Updated
Feb 17, 2021 - Swift
-
Updated
Oct 18, 2017 - Swift
As a SDET
I want a documentation or Wiki page where the expected vs actual field matching is explained
So that I can use these in my test automation to test the server response payloads and headers
e.g. id=123 , id="123", isValid=true, isValid="true" etc
AC1:
Cover the following currently supported mechanisms with examples
- $EQ
- (int)
- (float) or (decimal)
- (boolean)
-
Updated
Feb 18, 2021 - Swift
It would be nice to optionally be possible to tell the FormikDebug component to render in production mode anyway.
-
Updated
Apr 30, 2019 - Swift
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Feb 18, 2021 - Clojure
-
Updated
Sep 1, 2020 - Swift
-
Updated
Jan 29, 2021 - Swift
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
seems like this is triggering drop / add
- create unique index tbl_x_y on levels(x, y);
+ create unique index tbl_x_y on levels (x, y);and it shouldn't
-
Updated
Feb 4, 2021 - TypeScript
-
Updated
Feb 1, 2021 - Ruby
-
Updated
Mar 6, 2020 - Swift
Improve this page
Add a description, image, and links to the declarative topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the declarative topic, visit your repo's landing page and select "manage topics."
Edited: Here's how to fix this: facebook/react#20756 (comment).
React version: 17.0.1 (latest)
Steps To Reproduce
This code finishes properly in node.js 14, but holds the process open in node.js 15
Since node.js 15, there is a global `MessageChanne