Niels Horn

Results 12 comments of Niels Horn

Thank you for opening an issue! Having something like an `iter` iterator would be great. Currently there are `ipairs` and `pairs`, like in vanilla Lua: ```fsharp list := [1, 2,...

This even happens in the examples in the documentation.

I have not yet looked into any of the code in this repo, but investigating from the outside; I have been able to stop this behaviour by disabling updating of...

Furthermore, it happens in Safari, Chrome and Firefox - both when hosted locally and in a pod.

Hi! Thank you for pointing this out. I added some quick things to implement a feature request from the Discord a while back, and somewhy did not test it en...

To answer your question; I believe you have discovered a bug in the actual parser, where something is triggering a check at the wrong moment. A-tier detective work.

I tried inserting the following code into a script element directly from the OS clipboard: ``` var wavesurfer = WaveSurfer.create({ container: document.querySelector('#waveform'), waveColor: '#A8DBA8', progressColor: '#3B8686', backend: 'MediaElement', plugins: [...

Then `Cmd-v` breaks the editor when pasting snippets like the one above. When I press enter, it still adds a weird amount of indentation, and keeps increasing this amount for...

This is general problem outside of pasting as well - though I only experience this behavior when handling HTML, - in Python files things are fine. Will try to upgrade...

Hello! Thank you for taking interest in the project. It would be great to have more Zub-powered languages. I have been using the VM as a backend for my hobby...