Victor
Victor
I would personally prefer them to be commonJS
Or at the very least, allow "d3" to be an optional dependency instead of always requiring the "d3" object be global.
I think this feature was well intended when it was first proposed but by this point, I'm not sure the reformat would be worth the migration effort. That said, if...
This is more or less my 'workaround' to at least alert the user and prevent wasted work: ``` function onUpdate(_: any, origin: number) { if (!yDoc) return; if (origin !==...
@mroch we just built it on os x. Not sure if I'm talking nonsense but maybe it's setup for you on your workstations automatically as an available dynamically linked lib?
1. Good point. Will the presence of it break windows? I don't have a windows computer to try it on. 2. True. I like your idea of potentially inferring this...
same error using `\usepackage{fontspec}` it also only errors using the latest version of this package. ie., it works fine in texlive 2024 Also, did you see my screenshot of the...
Thanks for the bug report! A simpler version of your example is: ````js ('s' + 'M': 'sM'); ```` With that said, I believe Flow is not designed to infer types...