Skip to content
#

declarative

Here are 347 public repositories matching this topic...

kjk
kjk commented Jul 13, 2019

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
tsandall
tsandall commented Feb 11, 2020

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
thomashandorf
thomashandorf commented Sep 29, 2017

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.

kapitan
glom
bessorion
bessorion commented May 2, 2018

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

ThomasFrisendal
ThomasFrisendal commented Jul 16, 2018

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

CIR
authorjapps
authorjapps commented Apr 20, 2019

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

Improve this page

Add a description, image, and links to the declarative topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the declarative topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.