Yohann Coppel

Results 13 comments of Yohann Coppel

FWIW, I'm happy rewriting the change after the argparse lib change.

Including `build_external = "external"` works for me as well. But... I'm really looking forward to the accelerated/cached generation of packages :) . It sometimes takes more than 15 minutes to...

I much, much, prefer the struct-based approach. From your list of advantages: > - API easier to learn I don't think it's easier. The API currently is essentially 2 functions...

Fair enough :) Actually I would take performance improvements over almost anything. I would be wary of promising improvements before benchmarks though (unless you have some already?). Ultimately it's also...

Same thing for `bazel.buildifierExecutable`

Yes, I'm running just 2 bazel builds in a row. I've checked the linked bug, and added `--incompatible_strict_action_env` as well as the debug options you suggested on that bug. All...

I did more digging on this. I couldn't find the real reason I suppose, but adding `symlink_node_modules = True` to the WORKSPACE file in `yarn_install()` more or less solved it:...

For a similar, although not identical, use-case, I'd also like to have a final trigger, in order to do something like: - `[[` triggers the menu - selecting an item,...

After reading more of the code, I found "hideMenu()". Which really isn't part of the documented API, so I'm not sure I should be using it, but... it works: ```js...

I started saying that I needed something similar to type times, but then I though I should give it a try. So here is something close: https://stackblitz.com/edit/react-lycodu Essentially, specify a...