Olivia

Results 25 issues of Olivia

### Related problem There is currently only one way to perform parallel processing in nushell (that I know of): `par-each`. This command is a parallel analogue of the `each` command,...

enhancement
performance

### Describe the bug Found a bizarre inconsistency in how `cd` behaves inside an iterator block. It seems that in one very specific situation, it doesn't actually change the current...

:bug: bug

When using `nix shell`, there is no indication available to the shell environment that it _is_ a shell. This results in poor UX, where I have to remember whether or...

Currently, it's only possible to set the size of a window if you construct that window via `Ui::window`. When using `popup` or `popup_modal`, there is no way to set size...

enhancement

The [docs][1] say that specifying multiple licenses with `/` was supported at one point but is now deprecated. Notably, crates.io does not have any mechanism to parse `/`-separated license lists,...

Currently, `AmethystNamedFormat` takes extra options in the form `Vec`. This is suboptimal since it requires moving the whole container and cloning it if it needs to be reused. Instead it...

enhancement
help wanted

Fixes: #203 A classic off-by-one error, sorry :)

The graphical report handler supports spans that include the EOL (or, at least, it will once #215 is fixed). These are rendered like this: Source: `source\ntext\n here` Span: `(7, 5)`...

**Describe the bug** `{MODE:TITLE}` has some logic to avoid capitalizing output for strokes that are attached to the previous stroke with `^`, since you don't want capitalization in the middle...

bug
translator

When I try to load 16 bit pngs with this library, it returns all zero values in every channel. 8 bit appears fine though.