Bruce Weirdan
Bruce Weirdan
> DISCLAIMER: not sure i get what's happening at all here 😮 To me it looks like `$it` (introduced by `where`) is not properly cleaned up (restoring its to the...
`"" | from toml` now produces empty record
Integers already work like this: ```nushell 5 | into duration --unit sec ``` but, sadly, floats are not yet supported: ```nushell 1.5 | into duration --unit sec ``` even though...
This used to happen for me as well, but it seems that now pressing `Ctrl+Z` in nvim just doesn't do anything. I get a brief flash of the output I...
Current workaround is to use array unpack: ```nushell cat -n ...[foo path/to/bar baz] ```
Have you tried removing this part from your config? https://github.com/nushell/nushell/blob/8200831b07ab87ab23c4a56a8a08251d0332b114/crates/nu-utils/src/sample_config/default_config.nu#L406-L418
I can't reproduce it. Running latest 5.x branch on either PHP 8.2.23 or PHP 8.3.11 (both are the latest versions at the time of writing) on Psalm's own source code.
Running linux here, and it looks like it may be apple-specific: https://github.com/php/php-src/issues/12814#issuecomment-2224838123 @vudaltsov have you had any success tracking it down?
Works for me (nu 0.102.0, linux-amd64): 
`Traversable|array` is precisely `iterable`; we should just collapse the native type too.