Jeremy Banks

Results 43 comments of Jeremy Banks

This might be getting ahead of ourselves, but maybe we should 1. allow new slides to be created like this, with some minimal default content 2. set `.contenteditable = true`...

Okay, I've got that working. I just `setInterval` and processed them one at a time. There's nothing expecting the slides to be available instantly that can be broken by adding...

If we just use a series of callbacks then we'll never yield to the UI thread and we won't have gained anything. I think we need to use setInterval/setCallback because...

This _is_ a brand new regression. It started in f9a8eaabe7dba9c8f98bbae65216de94551d67eb when I started incrementing `count` again (I'd previously accidentally deleted the line responsible). The bug is caused by this code:...

This has a slightly difference appearance, but it's simpler and works in both Chrome and Firefox.

Hmm... the SVG examples are working for me in both Chrome and Firefox. Are you just opening them through `file://`? A lot of files are referred to using host-relative paths...

_(Just cherry-picking this change into a new branch.)_

To add some support for Deck.js themes, we could define a partial mapping between CSS selectors frequently used in themes and equivalent selectors for the SVG output. For each such...

Could somebody confirm what character are _intended_ to be supported for currency codes? Is it only uppercase latin letters, as described above? I didn't see any restrictions documented, and distributed...