# Nushell core team meeting 2025-06-11
## Attendees
- Piepmatz
- Douglas
- Bahex
- Darren
- Stefan
- Michael
- Devyn
- Rose
## Agenda
- Issues with the release are as follows
- [15940: table --expand --index false panics with assertion failed: column_width <= available](https://github.com/nushell/nushell/issues/15940)
- [15942: nu-path segmentation fault](https://github.com/nushell/nushell/issues/15942)
- [x]
- [x]
- [x]
## Discussed Topics
### Piepmatz story from the release trenches
- issue with
- cargo hack takes forever
- additional feature flags for the rustls version
- also config challenge with mutually exclusive flags
- Side discussion: can we go for just rustls
### `table` panic
- https://github.com/nushell/nushell/issues/15940
- seems to require a certain terminal width
- also triggerable or suppresable by setting `--width`
### panic in Alpine
Not enough information to proceed. Waiting for stack trace.