Jonathan Reisdorf

Results 10 comments of Jonathan Reisdorf

Having the same problem as @ceilino described. I have assigned different callbacks to keyup and keydown of the same combo, and it no longer works.

... and this is the reason: https://github.com/chieffancypants/angular-hotkeys/commit/a3b4b4c233abca579d186543b46c011580a42f65#diff-30ea385d3977d7c1a62acdb050ea857aR338

Yes but that still only gives us the choice between fully playing and stopping animations, fully playing and repeating them or not even starting at all. Perfect would be a...

@bastianallgeier I've debugged into the `Invalid file model type: kirby-builder/pages/{{currentPage}}/fields` issue here: https://github.com/TimOetting/kirby-builder/issues/148#issuecomment-648846400 It seems like the core api GET `(:all)/files` route is very generic and is always preferred over...

Hi @ShallowRed :wave: No problem and thanks for bringing this up. I wouldn't say that the behavior by the plugin is normal, it's just that most people are using the...

Hi @paresy, sorry for the late reply. So far, the custom routes feature only supports rendering pages, not other routes, so `page` should refer to either a page object or...

Thank you, I have created this PR: https://github.com/d4l-data4life/kirby3-static-site-generator/pull/63 which solves the issue by implementing rendering of dynamic routes (incl. patterns and action arguments). All you'd have to do with these...

Ah :bulb: I did indeed not test for that. Perhaps I can make that work, too, else as you suggested I'll add a note to the readme. Thanks!

Hi [rs-vonholten](https://github.com/rs-vonholten), custom routes would work (iterating over all pages in Kirby's [ready](https://getkirby.com/docs/reference/system/options/ready) option and generating routes from them with `.html`), but then the pages are generated right next to...

PR https://github.com/alongubkin/angular-datepicker/pull/59 solves this