Hadley Wickham
Hadley Wickham
i.e. don't store anyway; grab live when creating request. If provide user facing function, note weakrefs
And improve the progress bar.
Fixes #704 Initial benchmark indicates that there's more work to be done: ``` expression min median `itr/sec` mem_alloc 1 stream_data(req) 6.83s 6.83s 0.147 43.03MB 2 stream_data_raw(req) 5.38s 5.38s 0.186 1.28MB...
* [ ] Update vignette Fixes #346 @gaborcsardi when you get back from break, I'd appreciate your feedback on this. Do you think this is a reasonable way to add...
Fixes #456
e.g. https://josiahparry.com/posts/2024-11-28-httr2-oidc
In hindsight we should have used `frame` as the argument name instead of `env`, since it nicely captures the idea of "an function evaluation environment on the call stack". Not...
In ellmer, I had a credentials callback that should be a zero-argument function that returns a string or a list. I've written this `check_` function for it: ```R check_credentials !...