Will Lachance

Results 89 comments of Will Lachance
trafficstars

> The above code snippet you posted wouldn't actually work though as it returns an uncompiled svelte component, it would need to be processed by the compiler _after_ being compiled...

Nice work, all you had to do was add `rollup-plugin-node-globals`? Syntax highlighting does seem to work here (in an earlier version of mdsvex which didn't have these dependencies), so it...

> This will be _partially_ addressed by the work discussed in #116. I can make `>` and `}` be legal characters in the document without issue (as my html syntax...

Thought I had solved it with this, but it doesn't actually fix the issue: https://github.com/wlach/airflow/commit/e7ae01ac608d3f944b691875a9cf90dceb60ebcc Will make further comments on my investigation in their issue tracker, starting with: https://issues.apache.org/jira/browse/AIRFLOW-3534?focusedCommentId=17023334&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17023334

@rvandermeulen do you want to try the gui build from ^^ and tell me how it works for you? https://ci.appveyor.com/api/buildjobs/jbltmofutm5jb387/artifacts/gui%2Fwininst%2Fmozregression-gui.exe

> Heya, because it could lead to many unexpected reference name clashes, and potentially slower build times, for a feature that not everyone wants/needs to use. I feel that having...

> Preface: I no longer use Frog myself. It's in low-maintenance mode. I have limited time to delve into this, including testing with various permutations of operating systems and Python...

I spent a bit of time today trying to debug this. I used this toy example to test: ````md ```svelte var x = 5; ``` ```` After giving things slightly...

Had the bright idea of using git bisect, which revealed that this used to work (when it was added in July 2020 with #301) but seems to have been broken...