Peter Jausovec
Peter Jausovec
In my case, the same error was caused because I had emojis on the slide. I removed the emojis and I was able to generate a PDF.
@astefanutti yes, still repros with 3.0.0. Here's the full stack trace: ``` Loading page file:///Users/peterj/projects/slides/emoji.html ... Loading page finished with status: 0 No supported DeckTape plugin detected, falling back to...
@hyunwoona did you solve this issue?
Marking this as a feature request. This would involve adding configuration setting(s) to disable keyboard shortcuts. I think the question would be how fine-grained control would one want to have...
Hi @valvin1! Thanks for creating this PR. I'd love to merge this, could you make the following changes: - there's an existing `loadFromUrl` function in the `slideshow.js` and you have...
I merged the master to develop to resolve a conflict (README only) and then merge develop back in to master. A new release on the master is created. I will...
@datapolitan thanks for responding, I completely missed the issues. I have reverted the .min back to 0.14.1 and I'll make sure we do more testing before switching it to latest.
I think we should add CoC as well. It is simple enough through Github to just add it. By default, we can add a Code of Conduct "that is adapted...
Is this happening on a specific browser? I tried this on Chrome and couldn't repro.
Good find! Looks like both `keydown` and `keypress` events are used in `keyboard.js`.