Judson Lester
Judson Lester
Actually, it doesn't - deny appears to leave the environment untouched.
I'd found the `pkg` implementation and was using that. The nice thing about using `Encode` is that it would be a `[]byte` value already, so we can save a conversion....
@cole-h updated based on CI
#320 provides the requirements for most of this. I have this as part of my prompt command: ``` lorri internal__stream_events --kind snapshot | jq -r --arg shell_nix $shell_nix -f ~/.config/fish/functions/lorri_glyph.jq...
Be aware, however, there's active discussion and I intend to implement updates to the event streaming interface, in the hopes of landing it in the public interface. When that happens,...
As I read it, this proposal misses the mark. Lorri does a real `nix-instantiate` of the `shell.nix`; the builder is left in place, but (granted) `scopedImport` hacks in instrumentation for...
cc @Profpatsch
A private `internal` and a public apex accepted and agreed. A consequence is that `com.target.lorri` becomes a public interface, albeit with a much reduced surface. It's likely better to have...
> This seems worth a re-think. Adding a public Varlink interface is a pretty big deal in itself and opens up tooling opportunities via language bindings as well as from...
@curiousleo makes the point that Varlink ships a command line tool that could be used to consume the stream, which I think would be mostly a personal preference. However, a...