devin ivy
devin ivy
It's true that this is supported, would accept a PR to update the types.
Thanks for the contribution! Could you add a test or two for this provider similar to the others seen here? https://github.com/hapijs/bell/tree/master/test/providers
It's actually a well-timed question! In the most recent release of hapi, plugins are allowed to specify that they can only be registered once then are ignored during future registrations....
Had a suggestion, but overall this looks good to me!
Hi! These exist for schwifty, however I don't think anyone has moved them over to the @hapipal namespace. Here's the prior version on DefinitelyTyped which should still largely be correct:...
I think this is now addressed, but if there are more thoughts or questions feel free to chime in 👍
I poked at this a bit and found that the source of the error is hitting this condition in the mst's `delete()` method: https://github.com/bluesky-social/atproto/blob/70c525f80626b681caaaf80561e25cea5e62f960/packages/repo/src/mst/mst.ts#L330
I also have a use-case well-summarized by @Znarkus's comment: https://github.com/tgriesser/knex/issues/1641#issuecomment-287775668 Related issue: https://github.com/tgriesser/knex/issues/1521
Would your recommendation be to always default to weak etags when serving compressed files rather than encoding-suffixed strong etags? Or perhaps only do this when the response stream has a...
I fully agree that this is broken, but I do have some concerns about removing it in v20. If someone is using the functionality, updating this and changing their responses...