Roman Volosatovs

Results 79 comments of Roman Volosatovs

An alternative solution to https://github.com/enarx/enarx/issues/2485#issuecomment-1403710017 was discussed with @haraldh in https://chat.enarx.dev/channel/development?msg=4dfcK8uYqhGPzwuWX In particular, we could allow one (or multiple) signature files from the host. As first step, we could allow...

Yet another thing worth mentioning here is, that once workloads get persistent storage , we could do something similar to `~/.ssh/known_hosts`, where the digest is implicitly trusted on first connection,...

Thanks for the report and sorry for a late response! The fact that `nix run` does not work for this one is expected. `cargo run` also does not work with...

> ``` > $ nix flake show --no-write-lock-file 'github:rvolosatovs/nixify?dir=examples/rust-hello-multibin' > [...] > github:rvolosatovs/nixify/e7295eaafb29bdb709fd449118c7cec30d4bbce3?dir=examples/rust-hello-multibin > ├───apps > │ ├───aarch64-darwin > │ │ ├───default: app > │ │ ├───rust-hello-multibin: app > │...

First, a note: static builds are not supported by Erlang at all. It is not possible to statically-link Erlang OTP, therefore static builds are technically impossible today if we keep...

Note, that the fix enabling `cargo vendor` use cases is actually trivial - symlinks https://github.com/bytecodealliance/preview2-prototyping/pull/134

> Thanks for the report! I'm not sure if there's much that can be done within this crate, though, about that? The proposal here is to disallow `path` references like...

> I'm not sure that disallowing outside-root paths is a way to handle this, though, since not all crates will make their way to crates.io which would cause this to...