Alex Ionescu
Alex Ionescu
**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information Call `os.makedirs` with `exist_ok=True`, rather than performing a separate check with `os.path.exists`. This...
Add special cases in `Xsession` and `wayland-session` to load nushell's login environment if the user's shell is `nu`.
On the error details page, code blocks (for file name, error message, and before/after code) don't respect the screen width on mobile devices, as can be seen in the following...
### Describe the bug Declaring an `export const` with a type signature inside a module results in an `Internal error` being thrown with the message `failed to find added variable`....
# Description This PR makes the `Display` implementation for `CellPath` show a `?` suffix on every optional entry, which makes the output consistent with the language syntax. Before this PR,...