Linus Unnebäck
Linus Unnebäck
Node.js 0.12 is officially unsupported and we should drop support in the next major version related: #414
When running `git cz --amend` I do not get the commitizen prompt, but instead the normal git way of editing message. It would be awesome if it would show me...
How about adding `javascript` as a new special shortcut that expands to the following. ``` javascript ['application/javascript', 'application/x-javascript', `text/javascript`] ``` Unfortunately there are still a few servers out in the...
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
For some reason, the build cache of this project is always considered invalid by Carthage 🤔 This results in this project always having to be built again when running `carthage...
I'm getting the following error as soon as the compiled app boots: ```text node:internal/modules/cjs/loader:930 throw err; ^ Error: Cannot find module '/snapshot/dhjaks/index.js' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:927:15) at Function._resolveFilename (pkg/prelude/bootstrap.js:1776:46) at Function.Module._load...
It would be very cool if `sharp` could support proper streaming. As it is now, it will always emit exactly one `data` event which is the whole image. It kind...
When trying to import this library with the native support for ESM that's available in Node.js 12, 14, and 16 I'm running into the following problem: ```text import { isPointInPolygon...
Whenever I try to keep the browser open between invocations, it seems like the browser gets closed/killed. This is the error I'm getting after the first invocation: ```json { "name":...