Mikhail Sveshnikov

Results 120 comments of Mikhail Sveshnikov

The same issue was with fastapi spec. Look for `rename_recursive` function or smth like that.

Thanks for thorough investigation of the issue! I take it you tried this and it works? Do you mind creating a PR out of this?

What you are describing IS deployment functionality. We have `mlem deploy apply` that is capable of exactly that. Both `serve` and `apply-remote` exist just because they are needed for deployment...

Yes, there is no way to know package name after it was installed

Can we close this? @aguschin

Hi @itstargetconfirmed! Thank you for this detailed description! This is a good solution, however right now we considering to get rid of `.mlem` dir completely (#381) so this issue should...

There is `mlem --tb ...` option. As for the error itself, we use fsspec and it seems it does not wrap this exception into something nice. And it will be...

It will be partly fixed. It will allow to skip env entirely, but if you want to set up some env params, you will probably still need to specify env...

ok, can we add a link to documentation instead?