AustEcon

Results 32 comments of AustEcon

I occasionally make pyQt5 GUIs and would love it if there were some skins to slap on rather than making them myself. - What would be really cool is to...

Yeah me too. Anyone find a solution to this?

I did not realize this was here!! I have been working on this myself on a private repo because I don't want the user to need to be required to...

> `pip install https://github.com/ppolxda/plyvel/releases/download/1.1.0.build-v0-win/plyvel-1.1.0-cp37-cp37m-win_amd64.whl` @ppolxda You are a bloody legend!! What a lifesaver providing those plyvel.whl's 👍

Ah! I am at least glad to find someone with the same issue as me. Anyone had any luck with node 14.17.x ? - I am also needing it for...

I have no idea why I was getting that error but it works when I bung zmq in with all of my other non-native downloads and use `electron-builder` in the...

I am getting the same error when trying to use the aiohttp test_client to consume a single message from a mocked websocket.

Uninstalling pytest-asyncio made no difference for me. I am essentially doing this (distilled to bare essentials): ``` # Mocked websocket server handler added to mock server via 'create_app()' async def...

Ah! I'm a dummy. I've changed the code from: ``` async with self.session as session: # This raises the RuntimeError on `__aexit__` async with session.ws_connect(url, headers={}, timeout=5.0) as ws: async...