Sophia J. Turner

Results 61 issues of Sophia J. Turner

Example: ``` struct Foo { id: usize } enum What { Bar Baz function count(this) { Foo(id: 100) } } function main() { } ``` Errors with: "Could not resolve...

bug
typechecker

Hi all, I work on the Nushell project. I was wondering if you all would be interested in chats between the two projects. There's a lot of overlap between the...

I'm guessing I'm missing a step somewhere. I've been doing: > cargo install cargo-wa Build seems to work correctly and get installed > cargo wa setup No status is show...

Once the table is styled and ready to print out, is it possible to iterate through the table and see what style each cell will be printed with?

I noticed we aren't using number keys for much (anything?) yet. Amp could potentially use them the same way you might in vi/vim: to repeat the following instruction. Example: Highlighting...

# Description Make `source` function only for environment variables, and rename it `source-env` # Tests Make sure you've done the following: - [ ] Add tests that cover your changes,...

**Describe the bug** An example from #3465: ``` error: Type Error ┌─ shell:22:25 │ 22 │ ls *.json | each { open $it | get s } | save output.csv...

engine-q
exempt

Following on from nushell/engine-q#922, here are the command tests that still need work. Before I list them, let's also list some of the kinds of issues you might need to...

help wanted
good first issue
priority

## Description Apologies if this is covered in the docs and I missed it. I'm looking to see if there's a way to set up the cells of a table...

bug

The parser is currently pretty loosey-goosey about strictness to any particular language design. For example, you can elide semicolons between adjacent statements. This makes for some confusing issues when a...