Aaron Long (he/him)

Results 41 comments of Aaron Long (he/him)

@thehesiod is there any way to mitigate the exact version match here? This library is coming as a transitive dep, and it was quite hard to see where this issue...

Something that can better explain it: "[Asynchronous HTTP Requests in Python with aiohttp and asyncio](https://www.twilio.com/blog/asynchronous-http-requests-in-python-with-aiohttp)"

I am having this issue as well. The library's *setup.py* says it supports *python 3.7* and up. I wonder if you would reconsider how you do logging in the library?...

I have a WIP of this idea here: https://github.com/areed1192/python-sec/pull/9 It isn't ready yet, but it demonstrates the idea.

@jonathanindig, my Scala ignorance is definitely a limiting factor in all this. However, maybe we can take a preemptive step and identifying the current abstractions in the codebase. It could...

Yeah, there would def need to work on that end. Most likely, it will be a long-term goal. However, I am curious about how I could dynamically load a **Third...

@jonathanindig sounds like a plan. It may take a while but don't doubt me 🙂

> Thank you @aaronclong for your proposal! > > I agree very much that it is hard sometimes to make bundlers perform as intended, and that it may be even...

> I am thinking of pre-processing the WASM file in the build process of `zbar-wasm`, converting it to a JS file that can be bundled without further ado. This would...

A possible work around is to set these credentials as *kwargs* for now, but PyAthena could also handle this in the future. ``` if session: self._session = session creds =...