Stargirl Flowers

Results 67 comments of Stargirl Flowers

Cool, so the idea is to have a command that can just process a pep 621 `pyproject.toml` and do the right thing? ```python @nox.package_session def tests(session): # Before getting here...

Oh gosh y'all I'm sorry that I've just now seen this issue. I'll take some time this week to make sure that Sol works with the latest CircuitPython.

Hey folks, I've published a new release of Sol's firmware and libraries that fixes this. Please update your libraries and let me know if you run into any other issues....

Wonderful to hear! On Wed, Oct 19, 2022, 10:12 AM Shakeeb Alireza ***@***.***> wrote: > @theacodes Just tested the fix and it > works great. Thanks very much 😄 >...

Python's former library did have flows for oauth2 stuff, but the new google-auth library does not have these built-in. It has core support for *using* OAuth 2.0 credentials, but *obtaining*...

This code was incorporated into the `v2` branch via 41f35231ee and ac246abb. Thanks for writing this up, it helped a lot. :)

I agree with where you guys ended up, let me re-iterate: 1. Known (non-exceptional) transport exceptions should be wrapped. 2. Unknown (exceptional) exceptions, such as KeyboardInterrupt, OSError, etc., should bubble...

@lukesneeringer how would you feel about switching to py.test style tests ala [google-auth](https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/tests/test_crypt.py)? If we ever want to, now is the time to do it while this library is relatively...

Cool, I'm happy to help with code review or anything else related to that, and I'm happy to help update the test code I wrote. :)

> I want to do something similar on gax that I am doing on google-cloud-python What did you have in mind (other than adding appveyor tests)? I recently overhauled testing...