Alex Ware
Alex Ware
@dyladan thanks for discussing this, what was the outcome of the discussion?
It may be worth considering running the library through a bundler to make this problem go away. I've spent most of today trying to get pg through parcel without any...
I haven't quite found the offending code yet, but it seems to be related to the optional variance stuff going on in fastify. I'll make a corresponding second issue there...
@KJonline I'm going to be unavailable for a few weeks from the end of this week as I'm having elbow surgery- and would really like to get this in before...
@KJonline good luck with the move! if you're happy to run the workflows, I can fix anything they suggest and then we can pick this up when it's mutually convenient
Cheers, have handled that and the linter comments. Trying to test it now, using `python3 -m asyncio` and the following: ``` import apyhiveapi as Hive hiveSession = Hive.session.HiveSession(username="", password="") await...
@KJonline would you be able to give me a hand testing this sometime please?
I'm not 100% happy with the split between `getParams` and `getHomeIdParam` but was having problems building a harness to test it with.
@KJonline thanks for the feedback, I've managed to get it working with the async api now, it turns out that where requests turned `key: True` into `key=true`, aiohttp turned it...