Igal Tabachnik

Results 181 comments of Igal Tabachnik
trafficstars

I really appreciate the awesome work you folks doing here, it's going to be amazing :) If it helps, I recently hacked together (with lots of help!) a Nix installation...

@ittaiz to be fair, I didn't try to use `--define` (after being told they're not supported in Skylark, I didn't attempt it). I tried `--action_env` to specify environment variables, but...

> they are subject to makevar expansion and are available with the dictionary ctx.var. Thanks @hchauvin, that's good to know!

The strange thing is, Scala plugin also bundles its own scala-library.jar, it seems, but it's without any version information... I'm not sure how this works to be honest, whether the...

@puffnfresh Can you ask them to look for plugins that have `scala-library.2.12.x.jar` included? Maybe will be a hint :)

Hey! Sorry for the lack of response. Thanks for the fix, let me try it (as well as the suggestion above) and I'll report back.

Updates! I first tried seeing if my plugin was using `use-idea-classloader="true"` - it wasn't, and when I tried adding it myself (with `false`), I got a strikethrough on it, with...

Maybe this relates somehow to my PR here: https://github.com/jbevain/EmojiVS/pull/10 EmojiVS triggers inside interactive (and I assume other windows) because it listens to `Interactive` role. Changed it to `Document` to prevent...

Ugh, thanks! It's all nasty regex on the inside, I'll try tweaking it!

It all started as a hack (you can watch my interview with Adam [here](https://www.youtube.com/watch?v=EmhgOS5V1pA)). I am open to consider a parsing library, I will have to bundle it with the...