Devyn Cairns
Devyn Cairns
I'm using barman in rsync-concurrent mode. Some of my processing systems use temporary tables extensively with very short intervals, and so it happens quite often that barman gets stuck and...
``` < devyn> bf> ++++++++++[>++++++++++>++++++++++++. devyn: [0, 32, (121)] hi eboy ``` Not really sure how input would work. Maybe just give it the next thing they say if it's...
# Description Plugins can now implement the `StreamingPlugin` trait, which allows them to consume and produce raw `PipelineData`. Both list streams and external streams are supported, and plugins can handle...
This is a follow up to my previous attempt in #11802, as I realized that the approach there wasn't generalized enough and would have hard time dealing with engine calls...
I'm getting the error: "Invalid labels: target data is not either 0.0 or 1.0" which implies to me that only classification is supported
Please add your new features and breaking changes to the release notes by opening PRs against the `release-notes-0.94.0` branch. ## TODO - [ ] look at interesting contributions - [...
# Description This changes the `collect` command so that it doesn't require a closure. Still allowed, optionally. Before: ```nushell open foo.json | insert foo bar | collect { save -f...
# Description This changes the behavior of `tee` to be more transparent when given a value that isn't a list or range. Previously, anything that wasn't a byte stream would...
# Description Makes IR the default evaluator, in preparation to remove the non-IR evaluator in a future release. # User-Facing Changes * Remove `NU_USE_IR` option * Add `NU_DISABLE_IR` option *...