owned this note changed 2 years ago
Published Linked with GitHub

Nushell core team meeting 2023-05-03

Attendees

  • Antoine
  • Darren
  • Andres
  • JT
  • Jakub
  • Stefan

Agenda

Discussed Topics

PR's

  • some already approved, ready and CI-passing PRs => merge them all?
  • #8784 (but i'm afraid
    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 →
    )
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