David Given

Results 603 comments of David Given

Markdown import is done, in #137.

Yes, that's a reasonable request --- I've done it myself. Unfortunately this is extremely non-trivial as the find functionality depends on Lua pattern matching, which only works in the forwards...

This is a known bug with the current GUI, being addressed by throwing it away and rewriting it from scratch --- it's a fundamental design issue. Sorry. You'll need to...

For the command line, use `-s drive:1` or `-d drive:1` for source and destination, respectively. For the GUI, two Greaseweazel devices will be shown, one for each drive.

This causes silent breakage in type-based when clauses. See #4303.

Is this going to remain with the current behaviour? Because I really think this is wrong.

I have precisely the same problem --- I can't create the Device to pass in to adfCreateFlop without first having a filesystem on the floppy disk. I eventually managed to...

Has there been any motion on this? I've just run into it.

It's not a solution to the underlying problem, but after remembering that the Lua scoping rules only adds the binding for a `local` statement _after_ compiling the expression, then this...

Thanks --- that's definitely worth having. There are likely to be edge conditions regarding signed values, though. Could you make sure that there are tests for this case?