# Nushell core team meeting 2024-02-28 ## Attendees - Darren - Ed - Michael - Devyn - Ian - Wind - Reilly - Jakub - AucaCoyan - Filipandersson - ndyg ## Agenda - [x] objections to [is-not-empty PR](https://github.com/nushell/nushell/pull/11991)? - [x] [Stdio handling and redirection](https://hackmd.io/R-r2khDpRvenRg9GndTAgw) and [PR](https://github.com/nushell/nushell/pull/11934) - [x] If devyn is around, talk about [streaming plugin PR](https://github.com/nushell/nushell/pull/11911), thoughts on [tee PR](https://github.com/nushell/nushell/pull/11928), thoughts on [interleave PR](https://github.com/nushell/nushell/pull/11955) - maybe demo? - [x] Globbing ## Discussed Topics Devyn gave an incredibly insightful and well presented demo of his work to date including the work on plugins and the tee command. It was his first time attending the nushell core team meeting and he was invited to attend future meetings if he so desires. Ed is working on the language reference guide / manual and asked a bunch of questions today surrounding the topic of custom values. Ian discussed Stdio handling and redirection. And it seems globbing is getting closer to being in pretty good shape. Jakub feels that we are doing well along with Wind's amazing effort / progress is being made on this front. ## Issues > :bulb: the issues which [needs-core-team-attention](https://github.com/nushell/nushell/labels/needs-core-team-attention) > :bulb: **Note** > to list all the PRs currently [opened in `nushell/nushell`](https://github.com/nushell/nushell/pulls): > ```nu > gh pr list --json url,number,author,title > | from json > | each {|i| > $"- [($i.number)]\(($i.url)\) ($i.title) \(@($i.author.login)\)" > } > | reverse > | to text > ```