Denis Loginov

Results 152 comments of Denis Loginov

Unfortunately, this repo has been unmaintained for a while, as I had limited bandwidth and am not an active WDL user anymore (and this is an "unofficial" repo - no...

Any updates on this issue? Is there a programmatic way to interact with the server at all? Thanks

It’d be preferable to use something like usb-ip (but for Mac, as mentioned above) because (unlike USB redirection/pass-through solutions) it would allow sharing one device with multiple guests, from what...

FWIW [g2.2xlarge uses a single GPU with 4GB of RAM:](https://aws.amazon.com/ec2/instance-types/) > High-performance NVIDIA GPUs, each with 1,536 CUDA cores and 4GB of video memory

Also, 64-bit performance would suffer heavily because it needs the double-precision unit. Most GPUs (but the newest/upcoming Teslas) have miniscule capabilities for that, so a server CPU may easily outperform...

is there a plan to fix these? thanks

Same issue here, for some reason it brings all values to 0 on each startup even despite setting `neverStop: true` and `startPwm` to a non-zero value (>=25) for all fans.

I think we should consider relying on the [more standardized](https://deno.land/[email protected]/basics/modules/integrity_checking#caching-and-lock-files) `deno.lock` file (and optionally `deno.json` that specifies lockfile location), which if present will not only encode package versions but also...

I'm seeing this very often now, especially with parallel builds.. This is without any flakiness reported on the GH side: https://www.githubstatus.com I have tried the pinned versions of Buildkit `v0.10.6`...