Devyn Cairns

Results 83 comments of Devyn Cairns

I would really like this because small clusters don't need a ton of compute resources for the master. You could drive 4 slaves of a relatively large instance type with...

I kind of like the way Kakoune does it. They have interpolations like `%val{bufname}` (access a value) or `%opt{filetype}` (access an option), but some common things are also in registers,...

I am having this issue on zfs 2.0.6 on ubuntu 21.10, with receiving encrypted raw datasets.

@nchammas can this be merged in some form? it would be nice to have this feature - depending on the application, the master doesn't really need to be very beefy,...

It seems like most of these are working now, with redirection being cleaned up by @IanManske. Can anyone else confirm?

Hi @kubouch, I just noticed something that I'm not totally sure is right or wrong: In crates/nu-engine/src/eval.rs, `eval_block()`, there are early returns on failure, e.g.: ```rust if failed { //...

Finally had a chance to look at this. It seems much more tied to external command management than I was thinking, which kind of makes my idea of using closures...

@fdncred > What does that mean exactly? It sounds like things like my `from parquet` plugin and others are going to always require `--stdio` as a parameter to make them...

@fdncred Whoops, sorry, hit reply too quickly: > I also like the idea that this is a drop-in replacement, although old plugins need to be compiled again, and it adds...

[Here is my draft documentation](https://gist.github.com/devyn/e26cabe65a5cccb6f51e89caf78c0516) for the protocol. I think I will end up adding this to the contributor book as a separate page, and remove some of the more...