jvstme

Results 55 comments of jvstme

#1114 suggested hiding module paths to leave more space for messages. However we decided to keep module paths for better navigation and debugging. Alternatively, we can try moving module paths...

This bug exists because of the implementation of different help messages for different run configurations: `--help task`, `--help dev-environment`, and `--help service`. But according to @peterschmidt85, the `--help [TYPE]` syntax...

Another case — cannot use URLs with 3+ path parts, e.g. GitLab subgroups. This leads to a different error. URL: `https://gitlab.com/deleteme/deleteme/deleteme.git` Error: ``` raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='https', port=443): Max...

`dstack init` now works with almost any HTTPS clone URL. However, note that some repo hosting systems still won't work with `dstack`, e.g. if they use an authentication method not...