Alex Dilley

Results 9 comments of Alex Dilley

@yaliv you can work around the slight _scripted_ feel of @adamwathan's solution using `svelte-preprocess`; see [here](https://github.com/alexdilley/sapper-serverless-template).

I take a somewhat different approach and purge against the compiled output (`.js`), rather than the source (`.svelte`). And only the Tailwind bundle actually needs purging; Svelte's bundle is already...

Find it works if you `DISABLE_SPRING`: ```sh $ DISABLE_SPRING=1 bin/rails c Loading development environment (Rails 5.1.4) [1] pry(main)> ``` 🙄

> If you set `insert_final_newline = false`, this plugin may remove the final newline by doing `setl nofixendofline`. (Actually, the final newline will be removed if the `eol` option is...

If you use Prettier, you can silence this with `eslint-config-prettier`.

A solution appears to be implemented for [eachWeekOfInterval()](https://github.com/date-fns/date-fns/blob/38f727ba038a62d4c514033e5dde815c077ff5f9/src/eachWeekOfInterval/index.ts#L66).

A `` also makes `url()` based refs in SVGs tricksy too fwiw; without converting to absolute urls Safari can't deal.

That's great! Do you have a timeline for Blink 26? I'd also be curious to know if the empty area at the bottom of the screen (where the erroneous cursor...