Ryan Fitzer

Results 25 comments of Ryan Fitzer

**Update**: Looks like Chrome also makes requests, but some are pulled from cache. Still confused...

I've narrowed it down to [this line](https://github.com/exupero/saveSvgAsPng/blob/gh-pages/src/saveSvgAsPng.js#L324). From what I can find elsewhere, Safari has issues rendering linked assets when the canvas element is first drawn. In the source, just...

> It would increase the bundle size (2.7KB currently) ~ 7.5KB is still very minimal.

@godefroi I was able to get your example working by wrapping the return value in a fragment instead of a ``. Not sure why that works but a `` doesn't.

Looks like if the markup requires interpolation is invalid, the compiler fails. Seems that maybe static markup doesn't have the same compiler steps (validation step?) as dynamic markup.

I see the same issue. I'm even using `postcss-import` and it's running as the first plugin in my `postcss.config.js`. The only way I can get this to work is through...

>It isn't possible for an extension to get access to the syntax-highlighting. I do have a long term plan on how to do this. It is more of a time...

> The _data.json approach is definitely different than Jekyll’s, which can be really useful One of the big reasons I like the front matter approach (regardless of syntax) is the...

@kennethormandy The `` tag in @egeozcan example is using the post's title. In yours it's the global title. I ran into this limitation as well.