jvstme

Results 74 issues of jvstme

### Steps to reproduce ```shell > cat .dstack.yml type: dev-environment ide: vscode > dstack apply -b datacrunch --spot --gpu 0 ``` ### Actual behaviour ``` # BACKEND REGION INSTANCE RESOURCES...

bug

Make the `service` parameter optional, since some registries do not use it. The same logic [can be found in containerd](https://github.com/containerd/containerd/blob/61f91b963ef244daec1bda6700fe3f0b1aee50c6/core/remotes/docker/auth/fetch.go#L187). Fixes #57

### Steps to reproduce This example uses the NVIDIA NGC registry, but the issue may be relevant for other registries too. 1. Get an NGC API key as described [here](https://docs.nvidia.com/nim/large-language-models/latest/getting-started.html#id1)....

Implement the "UI" section from the parent issue design document. See the "Main concepts" and "API" sections for context. ## Implementation plan - [x] Events page - [ ] References...

ui

### Problem It is often difficult to tell why the offers you expected to see in the run/fleet plan are missing. ### Solution Introduce run/fleet plan warnings for common cases....

feature
ux
stale

https://docs.google.com/document/d/1TChZyLjETnSF5mkTXEXBuO2m-FL-E8ceTI1lkHongSg ## Implementation plan - [x] Event storage and emission framework - [x] `/api/events/list` API - [ ] CLI - [x] `dstack event` - [ ] `dstack event --watch` -...

feature

### Steps to reproduce 1. Create at least 21 events. 2. View them all on the Events page by scrolling down. ### Actual behaviour Every 20-event batch (except the top...

bug
ui

Describe events in `dstack` docs — possibly on separate Concepts page. Consider including: - Description of what events and event targets are. - Viewing events in the UI. - Viewing...

docs

### Steps to reproduce 1. Open project settings in two tabs (simulate two admins editing the project simultaneously). 2. In the first tab, add User A to the project. 3....

ui

### Steps to reproduce This example demonstrates the problem using fleets, but it can also be reproduced with any `prev_*_at` request fields when listing other resources (events, instances, etc). 1....

bug