Yan
Yan
I have a fix on it. FYI https://github.com/idy/jayschema/commit/7a6dc6b9a59d665491e2a69ea2174f00a194bcfa
It seems that the source code of `ipv6.js` in master branch is different from the file downloaded from npm server.
It works with 0.12.
I want to impl a passport center, which support static pages while a restiful api. So I need to create two lockit instances and make express use their routers in...
I met the same problem. I use this package to extract a xlsx file: ``` sh excel-push-pull Bypass entry: [Content_Types].xml +0ms excel-push-pull Bypass entry: _rels/.rels +4ms excel-push-pull Bypass entry: _rels/.rels...
If load the zip file to buffer, and streamify (I use `pull-stream`) the buffer to `unzip`, no duplicated entry found.
@guybedford I think this should work: ``` javascript var unzip = require('unzip'); var concat = require('concat-stream'); var rs = ReadStreamOfZipFile; rs.pipe(concat(function(buf) { var ps = require('pullstream'); ps.write(buf); ps.end(); var stream...
As we discussed in [lang/sdk#56114](https://github.com/dart-lang/sdk/issues/56114), I personally believe that `Uri.parse` should not store pct-encoded values in userInfo. Instead, it should encode these values when constructing the URL in `toString()`.
