Vincent Weevers

Results 327 comments of Vincent Weevers

> My understanding was that it now provides only prebuilt binaries for Node-API @lovell In addition, they moved from `prebuild` to `prebuildify` quite a while ago.

> Setting environmental variable: `export NODE_DTRACE_PROVIDER_REQUIRE="hard"` does not solves the issue I suspect that's because `bunyan` has `dtrace-provider` listed an an `optionalDependency`, so the exit code of `node-gyp rebuild ||...

On `cc init` or `cc add`? The `init` command is not really optimized and personally I'm fine with that because it's a rare need. But if it happens on `add`...

Note to self: continue at https://github.com/wooorm/remark-preset-wooorm/blob/46e0e1f467eee269c7505dcff23977ea96da0678/index.js#L30

Hm this doesn't have to block a first release. If we add hallmark to Level, then gradually add more plugins, we'll be notified by greenkeeper if anything breaks :)

I'm not developing new features, because what I need from it is done and works well. If there are security issues, I will handle them within a reasonable time frame....

I'm unable to reproduce this. What's inside your `CHANGELOG.md` prior to running `cc init`?

> In the context of "Common Changelog" as a standard I would argue that "Unreleased" sections should be allowed. They might not making sense in your workflow but in mine....

> How should a commit message look like that "hallmark" will create a changelog entry with commit hash plus Issue/PR number in it? The Common Changelog format for references (to...

> In other words, the node.js `atob` function runs with `O(n^2)` time complexity! How code this irresponsible made it into the node.js codebase is beyond me. Because Buffer exists as...