-
This has been discussed in many places, but I'm not sure that it's been filed as a feature request now: the current cross-platform behavior requires people writing package scripts to use a very tightl…
-
Some sections seem out of place in the WGSL spec. I think this is largely due to how the language developed over time. Now that the language is mostly settled it would be revisit some of the sections.…
-
This is to request a long-term decision as to the openness of [PQCA mailing list archives](https://lists.pqca.org/g/main/subgroups).
My personal preference would be to document them as permanently …
-
## Enhancement Request
In a recent email on the FDC3 mailing list, @kriswest wrote:
> ... I also want to add that there is clearly significant interest in the community in enabling FDC3 use on t…
-
### Problem
For now, `LSP` support for `JupyterLab` is provided by [`jupyterlab-lsp`](https://github.com/jupyter-lsp/jupyterlab-lsp) extension. While this monorepo offers a complete package with a …
-
I haven't figured out a way to wait for another process manager inside a process manager,
store dispatch simply returns the action object which is of no use.
``` javascript
const fetchWhatEverManage…
-
Due to looking into RO's packed-rotation code, I ended up looking at KSP itself and found these issues:
* KSP does not keep vessel orientation fixed when in inverse rotation. If you orbit below the…
-
There is a lack of documentation on how to properly use Symfony Flex.
For example, the behavior described in this comment is not documented anywhere:
https://github.com/symfony/flex/issues/433#iss…
-
## The devDependency [lerna](https://github.com/lerna/lerna) was updated from `3.4.0` to `3.4.1`.
🚨 [View failing branch](https://github.com/Leko/zapshot/compare/master...Leko:greenkeeper%2Flerna-3.…
-
When using plain SQL, users are not able to return generated IDs in examples like these:
``` java
ctx.execute("insert into T(A, B) values (1, 2)");
ctx.query("insert into T(A, B) values (1, 2)").…