-
`npm install -g polymer-cli` fails on Windows 10:
```
PS C:\WINDOWS\system32> npm install -g polymer-cli
npm http GET https://registry.npmjs.org/polymer-cli
npm http 304 https://registry.npmjs.org/po…
-
If I add a new primitive to `v1model.p4` and compile a program that uses that primitive using `p4c` I get no errors, but the primitive does not appear in the generated JSON.
### jnf.p4
```p4
#inc…
-
This is a mega issue pinging everyone who maintains packages that have
been disabled from stackage nightly. We haven't always remembered to do
this when closing all issues after a new LTS release so t…
-
This proposal is about readibility. Many things of C# go in that direction, like LINQ and the new `match` expressions.
Many conditions must be negative. But instead of using the slender and easy to…
-
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:787)
at java.util.HashMap$KeyIterator.next(HashMap.java:814)
…
-
I try to use marked with [google-code-prettify](https://code.google.com/p/google-code-prettify/) and fall in problem that marked always renders `...` although for prettifying I need just `...`:
https:…
-
This is a case where the SwaggerParser from 1.0.36 works fine but the conversion to the OpenAPI with 2.0.1 fails. Clearly the dates are in an unexpected format but I expect specs that parse in Swagger…
-
I get the FastxParser error as below during indexing with Salmon v0.9.0.
What does that mean? Has the indexing run successfully? Should I worry about anything?
```
$ salmon index -t gencode.v27…
-
The NCX is currently superseded (allowed in an EPUB 3 but ignored). The working group is currently considering whether it is time to remove the NCX, which might begin by a stronger deprecation stateme…
-
Hi,
In the new version of gradle, the 'android-apt'-pligin is no longer compatible.
now you have to user 'annotationProcessor' instatof 'apt'
so far so good.
I do the folowing:
1) Remo…