Julian Burgess

Results 25 comments of Julian Burgess

I started looking into this, but haven't had time to get very far. Here's some good info https://medium.com/@dschnr/using-headless-chrome-as-an-automated-screenshot-tool-4b07dffba79a

If you know the width/height can you use clipRect to achieve this? The [instructions appear to be wrong](https://github.com/vbauer/manet/pull/86), it looks like it should be top,left,width,height, so something like this might...

Thanks, yes, it feels like the expected behaviour should be the import path is relative to `outbase` for each file

Yes thank you that would fix it! Also big thank you for all your time making esbuild!

Yes, this would be really handy, or if I could remove scrollspy and add it again. The name clash with bootstrap is unfortunate.

I think I have the same issue when the request timeout is triggered ```js import got from "got"; // version 12.0.3 // 3.5Mb so times out const url = "https://www.interieur.gouv.fr/avotreservice/elections/telechargements/PR2017/resultatsT2/032/002/002com.xml";...

I think the problem is the [asset loader callback](https://github.com/beyonk-adventures/svelte-mapbox/blob/master/src/lib/asset-loader.js#L7) is being called before the asset has loaded. A quick work around is to statically load the assets before initialising the...

In my experience `` usually adds more confusion than it solves. Could it use just root relative urls where it's needed, for stylesheet references and the like, they can be...

> @Conduitry How about `/foo.svelte` → `/foo` but `/bar/index.svelte` → `/bar/`? I'd be happy with this as a fix to #519. It's not about redirecting requests, that is the role...