Paul Melnikow

Results 167 comments of Paul Melnikow

That is great news! Really glad to hear it. Maybe I can revive that libmongoc branch.

Thanks for this great tool! I had the same issue as blacksonic: **Works** ``` js var fs = require('fs'); var insertCss = require('insert-css'); ``` **Doesn't work** ``` js var fs...

I think I am running into this same issue, where schema are not generated for re-exported types. My workaround is to import the types, and then export bogus type aliases...

P.S. Given the diagnosis of the original issue here, I'd suggest retitling this "No schema generated for re-exported types unless named with --type" – which would make this easier to...

Are you using the latest development version? I recently fixed a similar bug in pull request #369. If the latest development version still has the bug then probably that method...

Driftless is surely a little less performant than native, though the developer can choose this tradeoff when more precision is important. In the case of use-interval, using something like driftless...

Old thread, but thought I would share the version I use. I went with `gcd` for the alias. ```sh # Inspired by http://jeetworks.org/node/52 cdup=$(git rev-parse --show-cdup) # git rev-parse returns...

API docs: https://bountysource.github.io/

Hey @algrs, is this something you'd be able to weigh in on?