Patrick Nelson

Results 116 comments of Patrick Nelson

This is already fixed via #12 which has been merged. You can close this issue. 😄

@geoffdavis92 turns out another PR does precisely the same as @brooklynebkbk's here. Essentially it defines the newer version of `gulp-sass`. That error is addressed in the other PR since at...

Actually my PR at #32 resolves the dependency problem above @geoffdavis92 and also allows you to override the compiler with a new `compiler` option in case you still want to...

Just packaged up @ryzr's awesome little snippet into something reusable where you can also list multiple modules if you want 🚀 ```javascript import { ViteDevServer } from 'vite'; export function...

I think I figured out a workaround, For you those of you who need the `/cygdrive` prefix, add `-cur_console:pm:/cygdrive` to the command that launches your task. In my case, by...

I see now @Maximus5, sorry about that and thank you. Direct link to the syntax: https://conemu.github.io/en/NewConsole.html#syntax The key switch here is actually `m` (not `a`); at first I thought the...

Ok, looks like this is now documented 🚀. It's under `source: width` and `source: height` now (via https://github.com/mdn/browser-compat-data/pull/18081). * https://caniuse.com/mdn-html_elements_source_width * https://caniuse.com/mdn-html_elements_source_height

Echoing what I said on [#1748](https://github.com/sveltejs/svelte/issues/1748#issuecomment-1530169377): > For those watching this issue but not already aware, it appears this is slated for implementation in Svelte v4 via #8457! 🎉 It...

p.s. on @crisward's last point above on the light DOM: > Outstanding on this is slots. Not sure how these can be handled with light dom as Sveltes html is...

I can't reproduce this. Initially, I was looking at this to see if maybe it was an artifact of using an older `node-sass` (via older `[email protected]`) instead of the newer...