Jeremy Stucki

Results 43 comments of Jeremy Stucki

The question is if Catalog should provide that out-of-the-box or if there "just" needs to be an insertion point for something like [lunr](http://lunrjs.com/).

Are you overriding the heading margins? I think that might be the problem.

Is this an actual issue you've encountered? If so, can you provide a more detailed description of what exactly was affected?

I'm not too familiar with Shadow DOM things … is it possible to encapsulate Catalog itself but let the global styles affect Specimens (i.e. components within the Shadow DOM)? Also,...

If I understand correctly, the polyfill doesn't prevent document styles from leaking into the "shadow" DOM https://github.com/webcomponents/shadycss#document-level-styling-is-not-scoped-by-default

I tried to fix a few of these issues directly in #446 by writing more specific styles and adding explicit rules for things that I've seen in global stylesheets but...

Thanks, loading and executing scripts/styles something that needs an overhaul. As a workaround, you can include `` in the `index.html` template. Related: #340 #350

@danieldunderfelt The returned HTML is an indication that the file doesn't exist. Actually it should properly return a 404 but I'm not completely sure if that's possible with WebpackDevServer's historyAPIFallback...

I've just noticed that the styles listed in the `styles` config option only seem to get loaded on the index page but not the others.

As a workaround, you can do what @equinusocio mentioned in https://github.com/interactivethings/catalog/issues/350#issuecomment-358768490 or add this to the `catalog/index.html`: ```html ```