Andreas Lind
Andreas Lind
Hi, A while ago I developed a web app to replace an old cgi-bin script from the nineties, which means that it had to assume that POST requests with a...
Hi! I've run into a case where escodegen never seems to complete the formatting of a program. It happens with a combination of a very long line (a minified JavaScript...
Hello! I have a test suite that depends on an exact sequence of dates being generated. I was surprised to see that it failed when I ran it today. Turns...
@stomita, did you forget to push the commit that bumps the version to 1.10.1?
Hi, I'd like to be able to take advantage of https://github.com/darrachequesne/notepack/pull/28 in my project, which uses `notepack.io` via this package.
In connect 2.3.7 the `send` function was split into a separate module (senchalabs/connect@3ea7fa2f74930a7f924c4c8eba0a4c292090dd03), which breaks `connect-gzip`. This is unfortunate because `connect-gzip` specifies a very liberal version range in `package.json`, so...
The version in npm is 0.1.6, but it says 0.1.5 in `package.json` here on github. Forgot to push?
**Describe the bug** After upgrading to netlify-cms 2, I can no longer use drag and drop to move editor components around. **To Reproduce** 1. Add a new entry to a...
Hi, It feels a bit dirty to hardcode constants like this, especially if they're subject to change in new major versions: * https://github.com/papandreou/subset-font/blob/3c06f95ddd417038a854b707cc7a678abf0541bc/index.js#L44 * https://github.com/papandreou/subset-font/blob/3c06f95ddd417038a854b707cc7a678abf0541bc/index.js#L54 * https://github.com/papandreou/subset-font/blob/3c06f95ddd417038a854b707cc7a678abf0541bc/index.js#L62 Is there any...