David Brownman

Results 121 comments of David Brownman

@j0sh77 No problem at all, thanks for digging into it! I almost didn't file it because I had so little clue how to reproduce it; that to know there's something...

Being able to filter long lists would be great! Right now you can scroll alphabetically, but being able to type to filter (and then select) would be an awesome prompt.

Would love to put our heads together for improvements here. I _think_ anything that is `argname=DEFAULT` needs to be typed as `argname: str | Default = DEFAULT` (replacing `str` with...

Oh and for context - this goes away if I use `.upsert` instead of `insert(..., ignore=True)`, but I don't want to update the value if it's written, just do an...

I ran into this today binding a 29 hour audiobook. The solution was to drop the sampling rate to 22kHz which ensured everything fit in a single file. Most other...

I'll look into this as an option. No promises either way, especially with so many subs shut down right now.

Yes, I'll have to think about this. I'm worried about having to make requests to store entire comment trees if I could help it. I could probably get away with...

I was able to work around this by defining the type separately from the function: ```ts type StaticPathResult = () => Promise< { params: { year: number }; props: Props...

I'm running into a similar use case as pax above- I made a `nice` view that just has the data I'm interested in (which doesn't include the `id`, since it's...

I'm seeing the same thing- I definitely have an active ultra sub, but the app can't find my receipt. ![image](https://github.com/christianselig/apollo-bugs/assets/1231935/7b6b2b41-608d-457a-a179-96718bfbdf53)