Jason Staten
Jason Staten
Tested this out, it looks like `https://npm.pkg.github.com/{OWNER}/lodash` is deferring to registry.npmjs.org for unknown packages. It's not the npm cli falling back. Notice the 200 when fetching lodash from `npm.pkg.github.com` and...
Suspected reason for not sending auth: the resulting "nerf dart" made by pnpm is different than npm's because of a trailing slash. `pnpm` uses the `nerf-dart` package. When the `uri`...
Nothing special is needed as far as I know. If you navigate your browser directly to https://localhost.local:9999 does chrome give you more details on the error? have you tried any...
Setting `FleckLog.level = LogLevel.Debug` will output more verbose details about what's happening from Fleck's point of view.
Hi @Slluxx I don’t actively work on Fleck. That said, issues being opened do sometimes get a response (including me). Archiving would close that forum. There are other contributors to...
Nice work. Any pointers to which object types are leaking?
Thanks for the review @jmh76! I'll close this and will reopen if someone finds otherwise.
I'm not sure of the cause. If you detect a pattern, please share it.
What environment are you experiencing the lack of an error on? I would expect this error to happen happen at an OS level rather than userspace needing to care.
This is the first instance of this I've seen. Those are large cookies, but certainly not unmanageable. Can you validate the slowness in a test? Add one to WebSocketConnectionInfoTests.cs and...