Christian Vaagland Tellnes

Results 28 comments of Christian Vaagland Tellnes

> Read that: @tellnes > > No issue tab?! - https://github.com/ant-design/react-slick ?

Yes, but why do you mention me? I'm not a maintainer, just a random contributor sending the latest PR that got merged to `@ant-design/react-slick`.

Thank you for a quick response. After a quick look it does not look like supertest supports HTTP2. Like you said we do want to run the test suite both...

I'm having this problem because I'm using the `http2` module. My goal is to fix that problem. So yes, you can say the goal is to add HTTP2 support. Actually,...

My idea was ``` if (res.statusMessage) { res.statusMessage = '' } ``` But it does not work since node core also warns when you are reading the property. Here is...

Yes, I was actually thinking the same after writing my latest comment. But I'm also thinking that the warning from core is the correct behavior. HTTP/2 has removed support for...

@terinjokes This is not the same as #73. The problem that #73 fixes is to expose the global `require` function before any module code is executed. This pr makes that...

I've written a plugin which will probably solve this. It removes duplicates files completly from the pipeline right before browserify's dedupe. https://github.com/tellnes/prundupify https://www.npmjs.com/package/prundupify

Hi @magalhini and thanks for the feedback. Browserify already sorts and marks all files that are duplicates. Then it removes the source code of the duplicate files, but executes it...