monkeyman192
monkeyman192
I am just looking at needing this kind of functionality as well. I realised it can be hacked by doing something like `c.http.get(CB.json(), path='/v1/agent/health/service/name/XXX')`, however it's very hacky, and this...
Gosh, it has been a while since I looked at it. Can you remember what change occurred after next that caused it to break? IIRC it just worked by determining...
To anyone who ends up here with the same issue, I found mbello's solution to be very good. To anyone wondering how to make it work, here is an example...
FWIW I am able to download files from our private nexus repo with the latest pipenv version on python 3.9: ``` [[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl =...
doesn't this kind of defeat the purpose of the DONT_OVERRIDE? If the GUID changes we should notify and maybe produce the new file somewhere else I guess. but processing the...
I'm ok with a change like this. But the authors of all tools which use this data (which should hopefully be pretty much any save editor) will need to be...
I'm happy for you to open a PR with a suggested fix so that people may see the result in the generated artefacts of the PR, then people can give...
I think I prefer option 1 as you have it. I agree that it is a little strange having duplicates, however, a naive approach to implementing the usage of this...
I also think 1 is the way to go, but just figured I'd present the different options in case anyone else had any good reason for using them. If we...
As of #528 we new will have a .net 6 libmbin binary as part of the release. For now the "main" version will still be .net 5 (ie. MBINCompiler.exe is...