-
According to the spec, ["Directives Are Unique Per Location"](http://facebook.github.io/graphql/October2016/#sec-Directives-Are-Unique-Per-Location) validation is defined like this:
> Directives ar…
-
As part of my work in PR #1289 I've been running ASan. ASan includes the "LeakSanitizer" which checks for memory leaks on program exit.
The LeakSanitizer currently reports the following leaks when …
-
Related to json-ld-api#33, we discussed on 2018-10-05 WG call the distinction between `@type` as a baked in alias for `rdf:type`, and `@type` as a function of the syntax for specifying the data type o…
-
### Background and definitions
Currently coroutine builders like `launch { ... }` and `async { ... }` start a **global** coroutine by default. By global we mean that this coroutine's lifetime is co…
-
It's very possible this has been considered or is obviously impractical given the way the package is designed; if so, feel free to ignore/flame/etc.
As someone who just downloaded the package to wo…
-
This breaks on global variables, specifically mocha tests (`it` and `describe`). As mentioned here https://github.com/feross/standard/commit/91e8a4183b513dd4f276f7095f7d46c6032c7dfe your `jshint` chec…
-
With the merge of #2769 that introduced move constructors for class `Triangulation`, we can think about letting the functions in namespace `GridGenerator` actually _return_ the triangulation it create…
-
There are some cases where [`compile-fail`](https://github.com/rust-lang/rust/tree/master/src/test/compile-fail) errors are still needed, as [`ui`](https://github.com/rust-lang/rust/tree/master/src/te…
-
Is it possible to change the appearance of the black mensural noteheads?
You might look at the example on p. 3 of the following piece (link followed by screen shot):
[https://ekoshelev.github.i…
-
### Description
It seems that specifying a schema using `DBI::SQL()` prevents the use of `overwrite` and `append`. Here's an example using the `public` schema, but obviously it is when using other sc…