Victor Skvortsov

Results 31 issues of Victor Skvortsov

I did `SECRET_KEY = env('DJANGO_SECRET_KEY')` and got the error: ``` django.core.exceptions.ImproperlyConfigured: Set the a&d3*0k#skh)!5o)$))zz9&%hr@-akid5zh--05ei790+wn0$r environment variable ``` This is becuase my `DJANGO_SECRET_KEY` starts with the dollar sign: ``` DJANGO_SECRET_KEY="$a&d3*0k#skh)!5o)$))zz9&%hr@-akid5zh--05ei790+wn0$r" ```...

The `DTWBD()` function that performs sequence alignment allocates the whole distance matrix at once. This allocation may request a lot of memory. On Linux and Mac OS this is not...

They moved to A Cloud Guru: https://twitter.com/linuxacademyCOM/status/1471222512809922568

``` ╱╱╭╮╱╱╭╮╱╱╱╱╱╱╭╮ ╱╱┃┃╱╭╯╰╮╱╱╱╱╱┃┃ ╭━╯┣━┻╮╭╋━━┳━━┫┃╭╮ ┃╭╮┃━━┫┃┃╭╮┃╭━┫╰╯╯ ┃╰╯┣━━┃╰┫╭╮┃╰━┫╭╮╮ ╰━━┻━━┻━┻╯╰┻━━┻╯╰╯ ╭━━┳━━┳━┳╮╭┳━━┳━╮ ┃━━┫┃━┫╭┫╰╯┃┃━┫╭╯ ┣━━┃┃━┫┃╰╮╭┫┃━┫┃ ╰━━┻━━┻╯╱╰╯╰━━┻╯ ✓ Applied ~/.dstack/server/config.yml The admin token is be68ae95-050f-472f-84c1-5c25ac898b52 The dstack server (no version) is running at http://127.0.0.1:8000 [10:28:33] DEBUG...

bug

#877 allowed users to specify cloud-specific regions via CLI. While it may be convenient if only one backend is configured, if multiple backends are configured, users would need to specify...

feature
stale

### dstack version master ### Python version 3.11 ### Host OS macOS 13.4 ### Host Arch ARM ### What happened? 1. Run a job. 2. Stop the job. 3. While...

bug
stale

Gateway creation is currently a synchronous request, which can potentially take a long time. This is especially relevant in the context of Kubernetes gateways (#861) deployed behind a Load balancer...

internals
stale

Current Configurator interface and Configurator-related models have lots of components that allow for flexible backend configuration. The complexity that comes with Configurator flexibility makes it hard to implement new backends,...

internals
enhancement

ProjectModel loads PoolModel, InstanceModel, JobModel in a non-lazy way by default. This causes n+1 queries and slows down request processing. Fix by loading PoolModel, InstanceModel, JobModel only when it's required.

enhancement
major