Owen Mundy

Results 8 comments of Owen Mundy

This happens on all pointer / mouse bindings, but if I remove the mouse InputSystemAction (leaving only the key code) the error goes away. Again, this happens when you leave...

@manuel3108 Your solution also works to open the mobile nav. However, it does not collapse after clicking. https://omundy.github.io/givememydata/

That's odd because the nav stays open on desktop and my phone for me (both Chrome incognito). I haven't changed anything with the nav.

> @manuel3108 (or anyone else) can you get those to work? @siccovansas The Navbar collapse does not work on Chrome desktop when clicking a link.

The wildcards in `.table > :not(caption) > * > *` select everything that is not a caption inside every cell. This means that links suddenly have unexpected styles whether you...

I cloned it today and had the same issue. Fixed json-formatter with `bower install json-formatter --save` But still have the Angular issues ![screen shot 2017-11-27 at 4 45 44 pm](https://user-images.githubusercontent.com/279945/33291391-a0ff6f90-d393-11e7-96a1-394ab7c578bd.png)

I would add, in addition to @TommasoAmici 's comment, that building to a static site was the main recurring issue (source of unanswerable errors) I had a new SvelteKit user...

@dummdidumm Thanks for asking. I feel overall that the docs are generally geared towards using dynamic content from a server, so often will not be explicit with requirements for a...