Results 20 comments of [email protected]

@white-gecko I found this…Manjaro related. Not sure if it’ll help: https://github.com/iterative/dvc/issues/7429

I’ve only tried the docker instructions on the main readme.md page. It runs fine except for #301. I know when I install Python on Mac, I have to [run the...

Found this: https://github.com/pyinstaller/pyinstaller/issues/6564 And here: https://github.com/pyinstaller/pyinstaller/issues/6565 Looks like it’s a pyinstaller version issue?

@white-gecko BTW, verified, there is a bug in the newest version of the code in git.py `GIT_CREDTYPE_SSH_KEY` needs to be updated to `GIT_CREDENTIAL_SSH_KEY` and `GIT_CREDTYPE_USERPASS_PLAINTEXT` needs to be updated to...

Yes, am actually moving key into container in Dockerfile. No, I haven’t tackled the second point and third points (good tip!) Actually, given our need (to call QuitStore endpoints (including...

I appreciate. Will be validating xml schemas generated via automation so kinda need it. Thanks! On Mon, Sep 12, 2022 at 8:34 AM, Davide Brunato ***@***.***> wrote: > Hi, >...

Actually, I like the JsonML format of the xml from your converter. Can you verify the following assumptions are correct? - If I generate my schema in JsonML format, I...

I do not have a need to serialize to python objects. I'll be: 1. generating/producing schema in JsonML from results of Networkx graph algorithm (generated_xsd_jsonml.json). 2. loading it up in...

Awesome! Can’t wait to try it out!! Thank you! On Tue, Sep 13, 2022 at 3:15 AM Davide Brunato ***@***.***> wrote: > I do not have a need to serialize...