owned this note changed a year ago
Published Linked with GitHub

Nushell core team meeting 2024-02-28

Attendees

  • Darren
  • Ed
  • Michael
  • Devyn
  • Ian
  • Wind
  • Reilly
  • Jakub
  • AucaCoyan
  • Filipandersson
  • ndyg

Agenda

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

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
the issues which needs-core-team-attention

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →
Note
to list all the PRs currently opened in nushell/nushell:

gh pr list --json url,number,author,title
| from json
| each {|i|
    $"- [($i.number)]\(($i.url)\) ($i.title) \(@($i.author.login)\)"
}
| reverse
| to text
Select a repo