Andrej Kolčin
Andrej Kolčin
### Describe the bug TOML floats with underscore separators get cut off and rounded for some reason. ### How to reproduce ```Nushell /tmp> "float8 = 224_617.445_991_228" | from toml ╭────────┬───────────╮...
### Describe the bug When converting dates to toml, dates are converted to a string instead of the TOML dates. The same applies to the `from` conversion. ### How to...
### Related problem Don't ask why, but I've been trying to implement OOP object in Nushell. The result is an absolute abomination: ```Nushell def --env "make object" [fields, methods] {...
### Question It's possible to do this: ```Nushell ~> echo "site "a" " site "a" ``` Is this intended? ### Additional context and details Stumbled upon it accidentally, as I...
### Related problem Currently `stor create` only has an `str` type, which maps to `VARCHAR(255)`. ### Describe the solution you'd like Allow creating `TEXT` and/or `BLOB` columns with unlimited size,...
### Describe the bug A closure gets handled differently by various `to` subcommands. `csv`, `tsv`, and `nuon` error out, `json` and `yaml` convert it to `null`, and `toml` stringifies it....
### Describe the bug Trying to open a moderately large (10K lines, 2.4MB) semicolon-separated CSV file returns weird non-error output: ```Nushell ~/loads/firefox> open HW1_var_1.csv Couldn't fit table into 174 columns!Couldn't...
### Describe the bug ```Nushell ~> -what? | describe string ~> what? | describe Error: nu::shell::external_command × External command failed ╭─[entry #6:1:1] 1 │ what? | describe · ──┬── ·...
### Describe the bug When I tab complete `editor dir/` folders show up in blue on toxic green background. And in the selected folder the text is green too, so...
## Description When taking a screenshot using `slurp` the screen stutters. When there is no selection cursor is moving just fine, but after you click and start dragging the selection...