Remy Sharp

Results 221 comments of Remy Sharp

@wennerryle I suspect this is actually a terminal encoding problem - I ran the code on my Mac (appreciate it's a different system) and it works as expected: ![SCR-20240519-jqnl-min](https://github.com/remy/nodemon/assets/13700/6780dbd7-7f0d-408d-afa5-5704da214923) I'm...

What directory are you running nodemon from? Also, can you create a repo to replicate this?

@bhan0234 if you don't provide any informatio on how to replicate, then "I'm facing the same issue" is really not very helpful. Marking as stale (which should auto remove when...

Your server (unrelated to node) is not releasing the port, so it's not restarting. Try running nodemon with `--spawn` flag, i.e. `nodemon --spawn` - not sure it'll make any difference,...

Oh, I'm not aware of the #autoline directive (I'm pretty sure my code is ignorant of the feature). To clarify what you're reporting, when you've got multiple lines selected and...

Not to self, can also replicate with this line: ``` 20 PRINT "hello world" ``` Place cursor after `20` and tab=2 spaces, after `PRINT` tab=tab char. Weird.

Isn't this the "validate before save" option? On Sun, 7 Nov 2021, 11:02 Luzie67, ***@***.***> wrote: > Dear Remy, > > please show Error info if there´s an error before...

Sorry, the txt2bas is used in a few places - in the vscode extension _and_ my online tools (which also work _offline_). But I suspect you're right that there's no...

Can you provide source example?

REPEAT UNTIL is zx next syntax, right? (I'm a little rusty) - but if this is something else then it'll have trouble parsing it.