Results 16 comments of Dan Smith

I also find that `pnpm setup` is not fixing the issue (on Win10). (C:\Users\micro\AppData\Local\pnpm exists and is accessible and C:\Users\micro\AppData\Local\pnpm\store is populated from previous installs) ``` PS C:\Users\micro> pnpm add...

My workaround was similar to @denizkenan - add `src/hooks.server.js`: ``` import type { HandleFetch } from "@sveltejs/kit"; type RequestMode = "cors" | "navigate" | "no-cors" | "same-origin"; type RequestCredentials =...

@Whoisfoxmulder your file is called `1.ndignore` instead of `.ndignore` I remember that Windows used to have a problem with filenames that began with a dot; if this is affecting you,...

I just hit this bug - and if not a bug then a nasty surprise. When I only saw one item printed I thought I must have deleted the wrong...

One problem is that this link can 404, if the local instance hasn't pulled down the community. I briefly looked at doing something automatic with the search page, but the...

I've been testing with accounts on infosec.pub and programming.dev. Both instances are on 0.18.5. * Posting from programming.dev on programming.dev: does NOT federate to infosec.pub, but will show up when...

Also, some new behaviour on lemmy.world (also 0.18.5): * Posting from programming.dev on lemmy.world: does NOT federate to lemmy.world, and will NOT show up when searched by URL. * Posting...

See https://github.com/rockdaboot/wget2/issues/335 Which version are you on?

This issue also broke updating other packages: ``` PowerShell 7.3.1 PS C:\Users\micro> pnpm add -g wrangler  WARN  deprecated [email protected]: This package has been deprecated and is no longer maintained. Please...