Yuriy Grunin
Yuriy Grunin
This package doesn't support React 15 yet... https://github.com/aickin/react-dom-stream/issues/18
@aickin `compression` is working for me: the response is chunked and gzipped. I think you don't need to add `flush` calls because it's user's responsibility to do so if he...
@geekyme Are your js- or css- responses gzipped? How do your response headers look in the case of chunked response?
@just-jeb are there any news?
Good idea, guys, but unfortunately I don't have enough time to implement it. So PR is welcome.
It's much better now, but it's still not clear what package is actually blocking other packages from updating. E.g. in my case I see the following: ``` Ignored incompatible updates...
Another issue is I had to run `npm-upgrade '@angular/*'` 3 times in my project in order to make a minor Angular upgrade. First time I was shown the following: ```...
> This is caused by your approach of splitting `npm-upgrade` and `npm install`. So what approach would work in your opinion?
Feel free to create a PR which adds `gitlab.com` to the [known repositories](https://github.com/th0r/npm-upgrade/blob/master/src/repositoryUtils.js#L6) - it should fix the issue.
Here is the code that checks for all known changelog filenames: https://github.com/th0r/npm-upgrade/blob/4026460e88c09f120877b1fe22e3d082a4893e98/src/changelogUtils.js#L44-L63