Kevin Mårtensson
Kevin Mårtensson
Currently, this will probably break if `.use()` is something like `path/bin`, and if it differs from the binary name in package.json, e.g: ``` js .use('asd.exe'); ``` ``` json { "bin":...
Want to make use of Promises and somehow simplify stuff a lot. Also, #31, #37 and #38 needs to be fixed.
This is due to `bin-wrapper` having an outdated version of `decompress`.
Probably still needs some work: * [ ] Make sure we handle errors * [x] Add `script` option * [ ] Add `style` option * [ ] Add some sort...
Just need to create a bin-wrapper for it. Also, not sure if a streaming interface is available using https://github.com/cyrus-and/chrome-remote-interface. Worst case scenario is that we skip the streams altogether and...
On Next.js v12, you'll get this when adding middleware to your app: ``` `eval` not allowed in Middleware pages/_middleware error - node_modules/@builder.io/sdk/dist/index.esm.js?b22a (919:0) @ TypeError: Cannot read property 'parse' of...
Users should be able to supply options to plugins using the CLI. A syntax that is commonly used (at least in the browserify world) is `--plugin [pngquant --option]`, using [subarg](https://github.com/substack/subarg)....
I wish I thought of this earlier, but would including some stats in the resolved promise be a good idea? Currently you have to write a lot of boilerplate (see...
As discussed in https://github.com/sindresorhus/execa/pull/15#discussion-diff-60815913. How I think when coding is to handle errors and exceptions as soon as possible and return early. If we take a look at the two...
Currently we have a very granular structure with keys for translations separated into a file and section for each view. This results in a lot of duplicates that we probably...