Kris Kelly

Results 6 comments of Kris Kelly

I'm running two monitors @4K There only appears to be one instance running, this was something I checked before. There are multiple processes of course, but only one for BreakTimer.AppImage...

Ah, yep. I didn't realise it was supposed to be on each monitor. That'll be the issue then.

Just a typo, I manually typed this up. Updated my comment

Yep, I'm using `optimizeImports`. ``` preprocess: [ sveltePreprocess({ scss: { includePaths: ['src'] }, postcss: { plugins: [autoprefixer] } }), optimizeImports() ] ``` The issue is I think that this isn't...

Looking at `/node_modules/carbon-preprocess-svelte/dist/index.js@22895` `optimizeImports` returns the result of the call to `script` I assumed (probably incorrectly now that I look closer) that it used the script prop from `createVitePreprocessorGroup`, I...

Ok, in which case, what I need is a way to do the same for script files