Vaughan Rouesnel

Results 215 comments of Vaughan Rouesnel
trafficstars

> The main bottleneck is `readdir` and as far as I know, there are no faster alternatives in node yet. [`fs.readdir`](https://github.com/nodejs/node/blob/master/src/node_dir.cc#L265) is the most direct mapping to the underlying syscall...

> Do you have an API in mind? How would you want to build a Dockerfile in code? Like this I think: https://github.com/matutter/dockerfilejs Or ```js build(['FROM', {name: 'foo', registry: 'bar'}],...

> Hmm we definitely couldn't change that in a short time - this is a breaking change What about allowing the following (would not be breaking): ```js module.exports = function...

When can we expect support? --- ==== coffeeScript sbt repo: tried [warn] http://repo.coderlukes.com/org/coffeescript/coffee-script-sbt-plugin_2.9.1_0.11.0/1.0/coffee-script-sbt-plugin-1.0.pom [warn] -- artifact org.coffeescript#coffee-script-sbt-plugin;1.0!coffee-script-sbt-plugin.jar: [warn] http://repo.coderlukes.com/org/coffeescript/coffee-script-sbt-plugin_2.9.1_0.11.0/1.0/coffee-script-sbt-plugin-1.0.jar [warn] Note: Some unresolved dependencies have extra attributes. Check that these...

Workaround: > Also, if you still want to keep the chef-client around in debian, use the stop_client option: fix node:MYNODE deploy_chef:stop_client=no

> The same error happens when trying to use type: "module" (ES Module) in package.json Here is the error. Need to use a dynamic import in `getEnvFileVars`. ``` Error [ERR_REQUIRE_ESM]:...

+1. I use the `mark directory as excluded` option for logs/, tmp/, etc., which I have to redo every time I run `gen-idea`.

Maybe if codegen support `graphql-import` it would work. https://github.com/apollographql/apollo-cli/issues/495