jakub-g

Results 54 issues of jakub-g

``` $ node --version v0.10.29 $ nodist 0.8 Couldn't fetch 0.8.27: HTTP 404. Sorry. $ node --version v0.10.29 ``` 404 error from the server shouldn't block me from switching the...

enhancement

**Feature to document** Tree shaking aka dead code elimination **Details** According to [this comment](https://github.com/webpack/webpack/issues/7500#issuecomment-395344031), tree shaking is not supported for async chunks, but there's no mention of this in the...

1) Warn about `[\\/]` for portability (`/` does not match on Windows) 2) Document `noParse` x `require`. I had an issue like described with 3rd-party lib (webpack 4 was expanding...

When installing from git bash on Windows, the tool should create unixy shortcuts instead of `cmd` ones (or actually it could create both, so that things work from `cmd` as...

### Please avoid duplicates - [X] I checked [all open bugs](https://github.com/octokit/octokit.js/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and none of them matched my problem. ### Reproducible test case ``` yarn init -2 yarn add octokit typescript...

bug
typescript

https://github.com/developit/preact-www/blame/master/content/guide/external-dom-mutations.md#L72-L74 FYI It looks like webpackbin domain has expired was taken over by someone else.

help wanted

One of those: https://badgen.net/#bundlephobia https://flat.badgen.net/#bundlephobia https://shields.io/#/examples/size https://bundlephobia.com/result?p=vast-client alternatively https://packagephobia.now.sh/result?p=vast-client

documentation

> 4.5.1 Timing-Allow-Origin Response Header > ... > If the Timing-Allow-Origin header value list contains a case-sensitive match for the value of the origin of the current document, or a...

enhancement

## Platforms: Cordova apps on iOS, Safari on iOS ## Summary: localStorage might get cleared without user consent ## How to reproduce: 1. Write lots of data to `localStorage` in...