declarative
Here are 347 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
Consider replacing drawStuff() in examples\drawing\drawing.go with the following code:
func testDraw(canvas *walk.Canvas) {
font, err := walk.NewFont("MS Shell Dlg 2", 12, 0)
if err != nil {
panic(err)
}
col := walk.RGB(0, 0, 0)
y := 8
n := 8
dx := canvas.Bounds().Width / n
x := 0
for i := 0; i < n; i++ {
format := walk.TextLeft | walk.TextTop
b := canvas.Bound
We frequently see people asking how they can use OPA to implement authorization and IAM within their apps. There are several examples online like the chef/automate guide but it would be nice to have a first-class guide in the OPA docs for new users to easily discover.
A few things to consider:
- IAM affects more than just backend APIs. The docs should (eventually) cover how to handle other a
-
Updated
Jun 5, 2020 - TypeScript
when the label in the link is not in the current frame no effect will be seen.
The frame that contains the label should be made active.
if there are more than one label with the same name we should scroll to all of them.
IMPORTANT: this issue doesn’t have high priority. If this is too complex to implement we should discuss if there is an easy solution.
Describe the bug/feature
I would like kapitan to output unindented sequences.
At the moment it generates
mylist:
- item1
- item2
and I want
mylist:
- item1
- item2The current behaviour seems deliberate (https://github.com/deepmind/kapitan/blob/25f4ebaca159a748e44683a45875e74be73c1570/kapitan/utils.py#L163-L170 ) but I would like to be able to deactivate
In the Transform Tree example here
https://glom.readthedocs.io/en/latest/snippets.html#transform-tree
the code uses Ref
"With an arbitrary depth tree, Ref can be used to express a recursive spec."
and gives a code example
etree2tuples = Fill(Ref('ElementTree', (T.tag, Iter(Ref('ElementTree')).all())))
I'm using glom 19.10.0 and it doesn't come with Ref
from glom
Checklist
- This is not a Apple's bug.
- Reviewed the README and documents.
- Searched existing issues for ensure not duplicated.
Expected Behavior
The example application compiles without the error message
Current Behavior
~/
I tried to run tests on Win 10, nvm 8.11.1:
C:\Users\BeSSoRioN\Documents\GitHub\qmlweb>npm run test
Result output you can see below. remark command return exit status 1 because of warnings, so test procedure fails on remark -qf *.md docs:
> qmlweb@0.2.0 test C:\Users\BeSSoRioN\Documents\GitHub\qmlweb
> npm run lint && gulp test
`> qmlweb@0.2.0 lint C:\Users\BeSSoRi
-
Updated
Oct 18, 2017 - Swift
Introduction
This is a proposal for adding more explicit and extensive, and even ASCII art inspired support for set algebra in openCypher.
In my opinion sets of graphs is a once-in-a-lifetime opportunity that is much more than a revival: Doing set algebra on sets of graphs is potentially several orders of magnitude more powerful than SQL-based set algebra (or the simple lists etc. offered
-
Updated
Jun 5, 2020 - Swift
-
Updated
Apr 30, 2019 - Swift
A video explanation or presentation of various features of Zerocode will certainly help the community who starts their journey with Zerocode or migrate to Zerocode.
Create a sample YouTube video which can be used as an example (or template) for other future videos in this line.
Basically once the video has been created it can be uploaded to not only YouYube, but also other video supporting/str
-
Updated
Jun 20, 2019 - Swift
add as a gitbook plugin
If you leave off the name prop from a <Form.Item /> element you get this error which is confusing.
Нужно в codesandbox создать организацию bem-react и туда написать примеров с реальными кейсами.
-
Updated
Jun 1, 2020 - TypeScript
-
Updated
May 9, 2020 - Ruby
-
Updated
Jun 3, 2020 - Swift
-
Updated
Jul 16, 2019 - Ruby
Looking to understand how the layout should be initialized to use the collection view and suggest adding this to the documentation.
-
Updated
Dec 16, 2019 - 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."
React extension version: 4.4.0
Steps To Reproduce
The current behavior
Extension reports: "This page does not appears to be using React"
The expected behavior
React is detected (just like it is currently in Chrome/Chromium)