owned this note changed a year ago
Published Linked with GitHub

Nushell core team meeting 2023-12-27

Attendees

  • Antoine
  • Sophia
  • Storm
  • Ian
  • Yash

Agenda

Discussed Topics

Stack

share the env instead of the stack
guide the author in that direction

stack split

Sophia was not fond of the current solution and had some possible suggestions of how to move this forward.

lots of benchmarking before / after to test different scenario's in order to measure whether the newer solution is any better

Summary

We had a short meeting today less than 25 minutes and hope everyone has a healthy happy New Year !

Issues

:bulb: the issues which needs-core-team-attention

:bulb: 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