Ethan Hampton

Results 31 comments of Ethan Hampton

Interesting! Thanks for the detailed report. I'm adding my preliminary reply here but potentially expect more this weekend (the rest of this week is very busy for me). My initial...

Could be related to https://github.com/sveltejs/svelte/issues/6440 and maybe https://github.com/sveltejs/svelte-preprocess/issues/377 I still haven't had time to look into this closely, but definitely on my radar

Hmm, I think that would be very helpful! I'm a bit overwhelmed at the moment so this will have to go on the backlog for now. You are welcome to...

I'm actually going to reopen this issue because I want to track people's interest. When I have time, this would be a good weekend project, if you don't get to...

I'm not set on the `skipCSS` name but this feature does make sense. I'm almost tempted to put it under `compilerOptions` as a difference from the vanilla Svelte options (`css`...

I've been tracking that PR, great to see some progress! And yeah, the Svelte PR will end up superseding this. I'll leave this open till it gets released though. Yes,...

That is likely out of scope for this plugin right now. Perhaps in the future However, I do plan to eventually add an option to generate the javascript connection (would...

How are you adding your Svelte components to the page? If it's through a JS file you control, you should be able to import the css like you would another...

I'm running into this issue too. It looks like it happens because of how krush handles converters and their types. It doesn't pay attention to type parameters https://github.com/TouK/krush/blob/9307e61bf01ee64460b34e2b69da4975e655f3f2/annotation-processor/src/main/kotlin/pl/touk/krush/model/EntityDefinition.kt#L96-L99 This seems...

I think this is because it is trying to find it at "https://themes.gohugo.io/media/image-1.jpg" instead of something like "https://themes.gohugo.io//theme/simplicity/media/image-1.jpg". Wrong base URL?