vhscom

Results 59 comments of vhscom

Given the following module declaration provided by the OP: ```ts // global.d.ts declare module "*.svx" { export { SvelteComponentDev as default } from "svelte/internal"; } ``` The following needs to...

Thanks for your effort, PuruVJ. But shouldn't we test it first? :smiley: I pulled down `0.10.2` and added the following pragma to my `global.d.ts` under the one included by SvelteKit:...

> Strange, it's working fine for me. Reload your vscode once? That was the issue. I had only restarted the window and not the app itself (I'm using VSCodium). Thanks!

Seems it would be a bug if it didn't. Anyone have a good template they can link us to?

> v2.0 branch https://github.com/iamkun/dayjs/tree/next Could we get a `dist-tag` in npm for this since there's a branch now please?

This issue is a duplicate of https://github.com/go-gitea/gitea/issues/14562

What OP is looking for may not be possible with `git-filter-repo` see maintainer comment here: https://github.com/newren/git-filter-repo/discussions/209#discussioncomment-474986

Is this a dupe of #6?

I was looking at `vite-plugin-pwa` and it [suggests disabling](https://vite-plugin-pwa.netlify.app/frameworks/sveltekit.html) the SvelteKit service worker module. As a result, I'd consider it for use as a point of reference only, whereas the...

I had some issues related to scheme and [ended up monkeypatching `getCallbackUri`](https://github.com/vhscom/svelte-headlessui-starter/blob/c3198bf1322de1024b9fdab89f8b8a4725c1fb72/src/lib/core/services/auth/github-auth.ts#L45). If this would address that code smell, I'm of the mind this should be left open for visibility.