Joshua Bronson

Results 197 comments of Joshua Bronson

Thanks for the quick response! We need to be able to query for some metadata associated with a droplet at creation time that needs to be > 256 characters. We'd...

Sorry I assumed a lot more shared context than I should have! Have you seen https://youtu.be/oLkfnc_UMcE or https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/? I think they do a great job of explaining why you should...

Oops, didn’t mean to close, reopening.

And if you’re still skeptical, try implementing Happy Eyeballs with asyncio and then try with Trio, making sure to correctly handle all the edge cases. I’ve never seen this exercise...

Thanks for logging this! Currently I'm only calling `list_distributions(..)` and `create_distribution(..)` on a `boto3.client('cloudfront')` instance, which I know is a small fraction of the boto3 API, but it'd be nice...

@rdbhost Awesome! Thanks for working on this. Definitely interested to follow your progress. @jamesls / botocore maintainers, had a chance to check this out / evaluate for merge potential?

Happened again so just thought I’d post a reminder, in case now’s a good time to do this. Thanks :)

Great you're open to this! It occurs to me that users probably *don't* need to customize the file *names* that refurb looks for, only the *directories* refurb looks for them...

Oh, Refurb doesn't currently give an error for my OrderedDict example, sorry I just assumed it would. Now I'm wondering whether this also counts against enabling this rule by default,...

> For a standard library example, encoding="native" will change to encoding="utf_8" in 3.15. :) Here's a reference for this, for anyone else who might want to read more about it:...