owned this note changed 8 months ago
Published Linked with GitHub

Nushell core team meeting 2024-07-17

Attendees

  • Darren
  • Jack
  • Michael
  • Antoine
  • Andy
  • Ian
  • Devyn

Agenda

Discussed Topics

$in overhaul

Land it today

Assignment consistency

  • Sounds like everybody likes this
  • Kind of a big breaking change because $env.FOO = bareword changes to run bareword

Table value proposal

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