Corentin Kerisit

Results 40 comments of Corentin Kerisit

Feels like this is more of second pass rather than a first class protoc output. Using this https://github.com/ngbrown/protoc-gen-dts ? While we're at it, let's do Flowtype as well (We are...

I recommend following protobuf versions + own patches info

This is a dirty workaround and I'm not sure why it works but doing the following removes the warnings... cc @chentsulin @lynndylanhurley : ``` function requireAuth() { setTimeout(() => {...

@lynndylanhurley In the createRoutes function. Here is the complete working example: ``` export function createRoutes({ getState }) { function requireAuth() { setTimeout(() => { let [nextState, replaceState, cb] = arguments;...

Does this have any chance to be merged ? Is there something we can do to help get it merged ?

Just seeing the reply, sorry about that... Closing the issue since the llvm PR is merged. As for why we use `lld`, I haven't had time to dig properly why...

Just as an example, here is my Dockerfile https://gist.github.com/cerisier/b14c0f79d0a6ba2332dc Here, any files downloaded by drush will be discarded at run time.

Just updated the Dockerfile. Basically I do this to be able to version only custom modules and not all the dependencies.