devin ivy
devin ivy
This also applies in our project— we would like to use a custom indicator. Ideally for us the indicator component would receive some geometry information through props, and a custom...
I agree that `isoDuration()` doesn't support the full standard 👍 I think comprehensive support for fractions could be a little bit tricky to achieve just by tweaking the regex, since...
> Looks like codegen wasn't run in packages/bsky when mutes got introduced as it wanted to create a lot of files Yeah, that's right— packages/bsky is a little out of...
The purpose of `BlobRef` is to help developers handle edge-cases around a legacy blob format (there's a legacy and a revised/final format for blobs), so I don't think this would...
This is pretty tricky— if the request is aborted, then `onPostResponse` happens at that moment since that is when the request has settled. There are equally use-cases where you want...
Ah, weird! In general that should work, I'm sure there's just something small going wrong. > However, when doing so network errors indicate the headers were not correctly added to...
Yep, good call! Sounds like a bug, we'll keep this issue around to track it.
That all pretty much sounds right to me 👍 I think you're looking for the checkout of the repo rather than the full repo. The full repo is useful for...
Could you add a `.debug()` to your query builder and share the logged query in full?