Andrey Petrov

Results 318 comments of Andrey Petrov

One more thing I'm thinking of adding is a `priority` property on ProxyResolver types, and sorting them before returning the result so that FixedProxyResolvers are last. 1. This would make...

@manuelwedler Are any of these are blockers for sourcify at this time? Trying to figure out my priorities for the next sprint. :)

Adding `AutoloadResult.isFactory` in https://github.com/shazow/whatsabi/pull/144

@manuelwedler Just released v0.16.0 which has some of these improvements. :) https://github.com/shazow/whatsabi/releases

The thing I'm worried about is: How do we avoid upsetting users who try to `.read()` multiple times? Or `.read()` once and access `.data` the second time? Do we also...

By mandatory buffering, do you mean full body caching? Or just partial buffering? I am also leaning towards caching the entire response on `.read()` iff `cache_content!=False`, but I'd want `.data`...

If `r.data` goes away, then so does `preload_content`. Will need to put in some deprecation warnings for the transition. :/

@abebeos in what way? I believe `preload_content` still defaults to `True`. I'm not sure if this is a priority at this time, I'll lead our lead maintainers decide whether to...