Captain Chaos
Captain Chaos
Hi, any update on this?
I'm not govert, just my 2 cents, but that looks really cool, a big improvement over the previous docs.
Will you be doing further releases? I could commit some changes that remove it from the documentation. Thanks Sean
def test_eq_get_meta_marketcodes(self): logger.info("Get all the meta data codes") codes = eqg.eq_get_meta_marketcodes() assert isinstance(codes, list) assert len(codes) > 40
Well I would love to see more examples on conversions, but there seem to be very thin on the ground
No that still fails, even with this change, I will make you a stand alone test later (am at work)
I made you a sample project https://github.com/screig/pythonnet_test It runs the tests under Github actions, there are two jobs. Which are identical apart from, one does this pip install pythonnet==3.0.0.post1 and...
I can't update to 7.18, is this relevant: ``` 2024-05-06 21:57:17.932 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /addons/46f69597_appdaemon-predbat/changelog request 0, message='Attempt to decode JSON with unexpected mimetype: application/octet-stream', url=URL('http://172.30.32.2/addons/46f69597_appdaemon-predbat/changelog') 2024-05-06...
Hi The repository I am referencing is provided by Azure and is intended to provide packages (wheels) and is not a code-repository and therefore is not using git. It looks...
Hi I tried this approach of setting the global index url  However I can see no difference  When using the internal package repo the action is still not...