Skip to content
#

declarative

Here are 353 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 Feb 28, 2019

From twitter:
https://twitter.com/bbrannic/status/1077892960426041344

The following repo has a good reporting solution which expects the test-run results in JSON format
https://github.com/damianszczepanik/cucumber-reporting

Zerocode already produces test-run results in JSON format.
Some subset of data from this is used for CSV reporting and some for HTML reporting.

Currently it uses _e

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.