Victor Skvortsov

Results 121 comments of Victor Skvortsov

@ebridges, `interpolate=True` seems to work because interpolation is a default behaviour. Try calling `environ.Env()` or `environ.Env(interpolate=False)` and you'll get the same result.

@avijitb129, it seems `beautifulsoup4` is not installed. It should be installed automatically when you do `pip install .` to install `syncabook`. Try reinstalling it and look for error messages during...

@peterschmidt85 This is the logs I get when running `dstack server --log-level=debug` from master. The terminal width is 83.

Hi! Thanks for the info. I tried the app. It indeed has the Read Aloud feature. You can listen to the audio and it follows the text, but you cannot...

@versae, do you mean the problems occurs when the overall duration of the book is >6 hours or when individual audio segments are that long? I never tested afaligner with...

I suggest the following interface to create internal-facing gateways: 1. Users can specify the new gateway parameter `visibility`. By default, it's `visibility: public`. To create an internal-facing gateway, users specify...

To issue SSL certificates for internal-facing gateways, we can use ACME [DNS-01 challenge](https://letsencrypt.org/docs/challenge-types/#dns-01-challenge) instead of HTTP-01 challenge used currently for public gateways. It will require creds/permissions to automatically manage the...

@peterschmidt85, please describe what's meant by the support for Capacity Blocks. Do you suggest dstack provides an interface to purchase reserved instances or do you suggest dstack should be able...

Also note that testing EC2 Capacity Blocks for ML can be costly. The minimum reservation price is p4d.24xlarge for 1 day =. $14.75 * 24 = $354.

@iRohith, thanks for the issue! I can see two requests here that I'd like to address separately: * Solve the problem of cold starts when upscaling service replicas (currently in...