Antoine Stevan

Results 81 issues of Antoine Stevan

## Description i thought it was a bit strange to read `nupm_test` in the output of `nupm search` for the official registry of Nushell :open_mouth: this PR renames it to...

from https://github.com/nushell/nupm/pull/56

registry

from https://github.com/nushell/nupm/pull/56

registry

i was once again working on [NGM](https://github.com/amtoine/nu-git-manager) and was thinking about a few things related to Nupm :smirk: - [ ] installing multiple modules in a single package: in https://github.com/nushell/nupm/pull/33,...

design

i have a test in `nu-git-manager` that cannot run for now and thus i thought it would be cool to ignore it. ## Description for now, the only way to...

enhancement

part of - https://github.com/nushell/nupm/issues/48 inspired by - `crate::` in Rust - `target/` in Rust ## Description - adds a test module which uses `pkg/` as a _keyword_ that means _whatever...

> **Note** > we should have tests for such commands _Originally posted by @amtoine in https://github.com/nushell/nupm/pull/19#discussion_r1344431517_ the gist is that there are commands without any tests :yum:

tests

i just wanted to throw this script in there, in case it can give inspiration to someone to write `nupm update` :pray: ```nushell # install a Nushell package without installing...

enhancement

### Describe the bug with a simple script that returns a simple data structure, it does not appear as true data in the REPL :thinking: ### How to reproduce 1....

needs-design
needs-triage
needs-core-team-attention

the other day, i was writing a script and wanted to pass a `list` to it which is not possible because there is no such things as _types_ for externals...