Cris Ward
Cris Ward
I also cobbled together something similar in the meantime, though in addition I pass in an option of shadow true/false and if true also embed a link to the svelte's...
I created a wrapper to solve this issue a while ago. Been using it internally for a few months and just quickly uploaded something to npm / github. * https://www.npmjs.com/package/svelte-tag...
Removed the WIP as I've added some tests and manually tried this out. Adding slots to lightdom web components is probably worth doing as a separate PR as this feature...
@vospascal I wrote a wrapper to help with this - https://github.com/crisward/svelte-tag which may help as a stop gap. It has simulated slots for light dom too.
If the application logs out loads of data, it stops logging mid-sentence and the application itself just hangs. I'm guessing stdout from the app is waiting to write, but can't...
Just created this https://github.com/crisward/mailer - common interface for mailgun and sendgrid. I'm going to wrap one of the smtp libs above too so you can swap out providers easily.
Not sure of your use case, but shelling out to [wkhtmltopdf](https://wkhtmltopdf.org/) is a good stop gap to go from html > pdf.
Also having this issue. My plugin outputs the result of esbuild with a svelte plugin ```javascript plugins: [ { name: 'my-plugin', async transform(context) { // console.log(context) if (context.request.url.match(/^\/tests/)) { let...
Thanks. Forgot I'd done this to be honest ( > 3 years ago!) Ended up creating my own routing library based around `page.js`. Have the same pattern as this though,...
Don't think I'm using puppeteer. Using the chromeLauncher, unless that uses puppeteer (not checked).