Dave Pearson

Results 161 comments of Dave Pearson

The url for cheat.sh [is a constant in my Emacs package](https://github.com/davep/cheat-sh.el/blob/e90445124f3f145a047779e42d070a3c5e150f70/cheat-sh.el#L51), although I guess with this approach it'd make more sense to have it be a `defcustom`.

I suppose that would depend on your intent for the design of ECMAchine, but I'm thinking that it would make sense to at least follow R5RS on this: http://www.schemers.org/Documents/Standards/R5RS/HTML/r5rs-Z-H-9.html#%_sec_6.3.5

Ahh, good point, I didn't think about that. :)

Nice. This means that there's now enough for me to try something I've been wanting to try. Meanwhile, do you want any and all string bugs reported, or is it...

Cool, thanks, that makes more sense (if it helps I'll be happy to submit changes for the README to help other folk coming at this branch fresh). However... the main...

Bingo! That was the magic I was looking for! All running now. Would a tweak to the README be helpful/welcome, or is that going to clash with the work you're...

Okay, thanks. This has got me going such that I can tinker and run stuff so that's a big help, appreciate it. Now starting to mess with a test app.

> Could you reboot the iPad then try again? I cannot reproduce this issue on my iPad. Same device and same OS version. Can confirm, after logging out and rebooting...

> iirc visibility hidden means exactly that: hidden, but interactive, with say, the tab key to select stuff. If you mean as you'd expect on the web, [that wouldn't be...

First thing to do, before tacking this, is to remove support for adding "anonymous" widgets vs "named" widgets. This will mean dropping support in the `App` and `Widget` `mount` methods,...