Ingvar Stepanyan
Ingvar Stepanyan
Lol I completely broke it. Here I just scrolled around and stopped in a single position and I'm not doing anything anymore, but it just keeps flickering: https://drive.google.com/file/d/1DlZSMBaztjISBtetL3FCmj_w2IjVxrGa/view?usp=sharing
> Not sure what you're referring to exactly. Some brief "white flashes" while scrolling are expected when you scroll to a new area that hasn't gone through layout yet, but...
Done: https://bugs.chromium.org/p/chromium/issues/detail?id=1138233
> @RReverser Am I remembering correctly that you filed a bug for this? Do you have the link to hand? No, that was actually for a Chrome bug - I...
Yeah that sounds good. Although, aside from installing with node, I think important part of this is ability to run this tool as a library. For that, we'd need to...
I like this idea, yeah. Just one note: it should support passing stdin as well, as most JS build tools don't produce intermediate files and having to create those just...
Perhaps it's worth automatically checking generated .nu files for validity, and automatically removing the invalid ones from the repo for now?
Hm. Wouldn't it be possible to literally launch another instance of `nu` just with the `use ...generated module...` and check the exit code?
Same error in ffmpeg.nu and less.nu (and probably others).
ffmpeg.nu is actually completely empty except for `...args`; I suppose it's because it uses non-standard parameter format (`-something` instead of `-s` or `--something`).