Mikhail Sveshnikov

Results 120 comments of Mikhail Sveshnikov

We def need this, but probably not now. We have docker logs if `MLEM_DEBUG=true` for now

Authentication is required only for private repos, which is not very common for testing new tools, so my guess it's p2. As for auth methods, here are some options: *...

Tested a bit, `git` auth is not the same as `ssh`. Meaning, if you can run `git clone ...` successfully (because you already have credentials in your keychain, for example),...

https://github.com/iterative/scmrepo/issues/9

This code `model = load("dvc-stored-model")` worked at some moment in proto repo. Not sure about current version. As for storages, we need to properly introduce the term "storage backend" and...

Repaired "get" code in #75. Not sure if "load" is working, we need some dvc tracked (with .dvc or in dvc.yaml with cache=True) models or datasets in example repo.

The #93 should have fixed that. Still we need better automation and options for dvc storage backend.

So openapi actually creates example requests for you. It has correct structure and 0 and empty strings as literal values. Is this not enough? As for images - let's talk...