Public meeting schedule?
15 min's on the clock for PRs
How to proceed with the indexing commands? (tables from dandavision and webbedspace)
–> JT will take a look
Overloading:
$in
is PipelineData
instead of Value
and supports lazy iteration and POSIX streams.Plugins:
install dataframe
command
julia
or R
handle plugin/package installation#[repr(C)]
would be the stable but hard path to govalue
is the abstraction instead of PipelineData
-> not lazy)match
RFC (or similar) procedure to stay more focused with PRs
Question from Adam: is there a plan to simplify/consolidate commands that have grown organically?
-> Action item: it is our current goal:
Standardize our commands/semantics/ get the input output types right. Polish the organically grown stuff.
SyntaxShape
)Int/Float: Numeric
take
behave like first
(@WindSoilder)
lines
reads bad bytes (@merelymyself)
gh pr list --json url,number,author,title | from json | each {|i| $"- [($i.number)]\(($i.url)\) ($i.title) \(@($i.author.login)\)"} | reverse | to text
seq
return a ListStream
where possible. (@merelymyself)nu-util
functions (@sholderbach)where
blocks (@webbedspace)