Caleb Maclennan
Caleb Maclennan
Hmmm. This is probably an issue with `pushBack()`. It's possible that `newPage()` isn't the best place to do the reset. I'll look into this, but do you have an example...
@isaz Don't be too sorry, in a round-about way that is actually good news. If the bug is *not* in `pushBack()` then it's much more likely to be an easy...
I haven't replicated the issue you showed yet, but there is a related issue in the opposite direction that will take some fixing. When a line gets shaped but doesn't...
Thanks for the update. I'll put my thinking cap on again and see where we are at with this.
I just fiddled with this a bit and it looks like it might actually be a bug in lua_cliargs. We seem to have regressed on this moving from 2.3→3.0. So...
It looks like the entire paradigm shifted in 3.x from the meaning of "optional" being "supplying an argument to this option is optional" to "supplying this argument at all is...
https://github.com/amireh/lua_cliargs/issues/69
I suppose the other solution here would be to do some type casting foolery and accept `false` (default to off), `true` (append .d to input filename, or `string` (user supplied...
That could work too, but only in conjunction with a new option of a directory of where to write such files, otherwise it is going to kill CaSILE with it's...
@ctrlcctrlv Because with your suggestion there wouldn't even be a way to set the option to a location not in the current directory, it would be hard coded to write...