Volodymyr Kyrylov
Volodymyr Kyrylov
I think it also applies to errors for calls like `AttachVolume` (`Rs a ~ VolumeAttachment`): ``` [Client Request] { host = ec2.ap-southeast-1.amazonaws.com port = 443 secure = True headers =...
(to be clear, I'm testing ced0080dbf686b3bf90c5dd0fc984995f69f535a)
I just put the URL into pretending it's a `File` in #35 — AFAIK ffmpeg doesn't really tell them apart from the surface.
:+1: looking forward to it
I've seen that that's what [roughly ipsec-wrapper does](defnixos/nixos-wrappers/ipsec-wrapper.nix) but it still can be done without using any of Nix extensions like import-from-derivation or custom evaluation engines like nix-exec + native...
Why does it need uids at eval time?
Yeah I'm currently experimenting with mambaforge environments in another repo of ours. Condaforge has a kaldi build so that might kill two birds with one stone.
Is reading the memory in reverse inside ScanOpToLLVM a good idea? I am taking this route in [my CUDA implementation](https://github.com/proger/accelerated-scan/blob/main/accelerated_scan/warp.cuh) and the algorithm should be close to the one in...
Hi, I have a fork here with a CPU-only version using a reference scan loop. It runs decent enough with small models, perhaps a compiled loop would speed it up...
I'm looking to implement this feature later. Right now you can have this functionality through [erlsh](https://github.com/proger/erlsh): ``` erlang > erlsh:run([erlsh:fdlink_executable(), "/bin/sh", "-c", "docker run base echo hi"]). {done,0,} ```