David Gilman
David Gilman
I have binary wheels built for several Debian and Ubuntu releases here https://github.com/dgilman/bjoern/releases
I've created a loaded changes hook that says "Started" as a workaround which will work and I'm ok with upstreaming (if you're ok with merging). I'm coming to Spark from...
This is about the upgrade path from poetry 1.1.15 to 1.2.
You don't need to change poetry 1.x, and you have the right mindset of treating the old branches as immutable. The issue is with installing the latest version of poetry-core,...
I've written an asyncio API for gspread that wraps the gspread client and adds a few more high-level features. If adding an async API is on the table for gspread...
My [gspread_asyncio](https://github.com/dgilman/gspread_asyncio) library is now available on PyPI.
I'd like to join the call for a change in heart from the maintainers. I'm sure Sphinx is a frustrating codebase from the bad old days of Python but you...
Probably at some time the initial download was over HTTP, but if you go to videolan.org now it'll always point you to a HTTPS mirror. In practice people download VLC...
Not sure if I can help you with the "task was destroyed but it was pending" error without a traceback. Also not sure what you mean by "blocking code" as...
You need to enable debug mode for your event loop to get the traceback. Honestly I just leave it on all the time, it's useful and you can even tweak...