Chris

Results 54 comments of Chris

Curiously I only see this problem on less-common npm packages, like one of my own published npm modules. ```txt error: Could not resolve 'npm:[email protected]'. Caused by: not found ``` I...

Just putting this here in the hopes that it helps a future visitor. I had this issue and I was rather baffled until I read the previous comments about context....

Hi hi, thank you for tsx. I've been using it for a month or two and I really enjoy it. I've been bit by this issue so I wanted to...

> I don't think installing slinkity and @11ty/eleventy@canary separately makes any difference as installing together. I don't know the devs but slinkity is alpha software and assume there could be...

I'm having a hard time debugging this. I haven't been able to find the code that generates the `_slinkity_props_inputPath_.%2F_website%2Fbird-pages.e3cc352d.js` filename.

The plot thickens. I deployed the bird site to netlify and it loads just fine https://neon-lamington-0e075a.netlify.app/birds/seagull/ Further investigation as to why the asset file 404s on my local machine reveals...

I tried to reproduce your issue and I was seeing the same thing. I think you gotta hydrate your island. ``` {% island 'Dropdown.jsx', 'client:load' %} ``` https://slinkity.dev/docs/partial-hydration/ Also I...

I too am having this problem. To add some additional context, here is a stack trace ``` pn start:email > [email protected] start:email /home/cj/Documents/futurenet-monorepo/packages/scout > node ./src/index.email.js node:internal/modules/cjs/loader:1145 const err =...

Halt. I think all ya'll are moving too fast for this new Nostr ecosystem where adopting developers are just starting to come online. I am building an X to Nostr...

Hi, just stopping by and sharing an antecdote. I'm new to contributing to kubernetes projects (currently interested in kubernetes-sigs/external-dns) Spinning up a local dev environment and I'm going through the...