Ben McCann

Results 1524 comments of Ben McCann

I would very much find it helpful if this library supported parsing the `set-cookie` header. Right now we have to depend on both `cookie` and `set-cookie-parser`, but I would love...

> after adding this, folks using this in the browser would need treeshaking to avoid loading additional code they may not need You could avoid that by making the new...

I opened an issue in `set-cookie-parser` asking the author if he'd be up for combining the libraries: https://github.com/nfriedly/set-cookie-parser/issues/70 He seems open to the idea. Of course there's nothing stopping this...

Amazing! Thanks!! `set-cookie-parser` does number 1. I _think_ that `tough-cookie` does number 3. I'm not really sure what I'd expect. Maybe 3, but with an option for 2

> Please ignore this question if you think it's irrelevant or off-topic. I was wondering how someone could integrate Socket.IO with this native web socket implementation. I know that will...

Addressed in https://github.com/sveltejs/svelte/pull/15570

Done! Thanks @SuperchupuDev @alangpierce any chance you could take a look at this one?

@alangpierce just gently checking in on this. Thanks!

In case it helps, there's a blog post (https://e18e.dev/blog/tinyglobby-migration.html) with lots of details about why you might want to adopt it. Here's an excerpt showing lots of other projects that...

When I searched all of GitHub for `filePathsToIgnore` I saw several other projects such as Astro with the same code. I'm guessing it was probably in some example that got...