Mark Blakeney

Results 128 comments of Mark Blakeney

@GM-Script-Writer-62850 FYI, I am looking for an `asyncio` http client so found this and tried it out but it does not actually do the requests in parallel. It works the...

@GM-Script-Writer-62850 @Carglglz After removing that `ssl` parameter that new version does work on MicroPython and the requests are correctly done in parallel. However, after failing with that earlier I went...

@GM-Script-Writer-62850 BTW, you could actually remove the `async` and `await` from each of the 6 wrapper functions at the bottom to make it slightly more efficient. Those stubs would simply...

No commits for nearly 3 years and no response here. I guess we have our answer.

Note the opening comment here says "setuptools_scm was complaining" but let's be clear what the message is: ``` ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any ```...

I started to port one of my projects from `setup.py` to `pyproject.toml` but then found this issue which has put me off. Question to the participants here which is not...

I get the same issue reported by @emichael. I am using Arch Linux where `gnome-shell` is version `1:3.36.2+7+ge4199c71c-1`.

I am not experienced with AVR but I was helping my daughter with some UNI provided atmega324a code copied from her Microchip Studio installation on her Windows laptop to my...

I installed `joshuto` on Arch looking to try a faster `ranger` but every file I open just prompts `:open_with` as the OP here describes. I notice that the `joshuto` package...

I started with `setuptools-scm`, then went to `versioningit` due to a small issue, but have now moved back to `setuptools-scm` due to this issue which pertains not only to Docker....