devin ivy

Results 170 comments of devin ivy

@SK-FComputer thanks for offering that patch— it's appreciated. We are going to plan out the hapi feature a bit more in https://github.com/hapijs/hapi/issues/4223, and once that is done then PRs will...

I believe these should both be failing, but in different ways: - `key1=value1; key2; key3=value3` fails with reason "Invalid cookie name" - `key1=value1; key2` fails with reason "Header contains unexpected...

Ahh sorry, I am still a little hung-up on making sure I understand the report. There are two ideas in the report: 1. On statehood 7.0.4 this cookie parses `key1=value1;...

Unfortunately we can't promise timelines around most fixes. For critical issues where something is blatantly incorrect, crashing, or a matter of security, we do our best to resolve things promptly....

It's possible I've missed something here, but I do not believe yar's `onPreAuth` could be called multiple times for the same request. So it seems like you might have a...

You can run a PDS next to a web server. The setup our installer is catered towards assumes that you will run Caddy as a reverse proxy, and it will...

Ah, are you using the [dev-env](https://github.com/bluesky-social/atproto/tree/main/packages/dev-env) package for local dev? If so, we are indeed working on patching that up and making it compatible with Ozone! In the meantime @foysalit...

We might also consider folding it into the `admin.searchRepos` route, even if it's just a special behavior of `term` when it appears to be an email address.

The response there appears valid to me per the lexicon, so moving this over to indigo.

If that's the issue you might want to experiment with low numbers for your pool's `idleTimeoutMillis`. You can only get a new connection to the new IP if you give...