Andrew Plotkin
Andrew Plotkin
This makes sense to me. Can you write a PR, or should I try it?
Now I'm thinking that it's not compile_string() after all. Looks like msww was correct in the thread that stream_string() should check iosys.
The problem turned out to be more subtle than either of us... I think it's fixed now. accel_func_map errors now only print if iosys is 2. (I have made the...
Used the URL api for absolutize(), as noted.
I think I decided that, since the ?story= parameter can be added after the fact, it should override the image configuration parameter.
By "after the fact", I meant by the user, typing manually in the URL bar. Or by any page that generates a URL for the user to click on, referring...
Juhana commented (on Slack): > I managed to replicate, if you switch to another tab inside the editor while Quixe is loading it throws the error. Presumably it can't measure...
I was not able to reproduce this, but I found a logic hole which could allow this error (overrunning the win.lines array) if win.gridheight was zero. Fixed.
This has been noted before (see also https://github.com/erkyrath/glkote/issues/7 , https://github.com/erkyrath/glkote/issues/25 ). I would love some help on figuring out what to do about it. I do not have Android devices...
The input line is absolutely positioned, I think, because I didn't want the page size to change when the `` tag was being deleted and replaced. The absolute positioning is...