ee7

Results 172 issues of ee7

## Example 1. Download [a source archive for chalk](https://github.com/crashappsec/chalk/archive/refs/tags/v0.3.2.tar.gz) 2. Extract it 3. `cd` to the extracted location 4. Run `nimble build` This is relevant for packaging chalk - see...

bug

## Example Run with latest chalk release (v0.3.3) or commit (cf9ebf8476bf3e3a2399512673e2ccc12dbb8aeb): ``` chalk help insert --no-color ``` ## Expected behavior Prints the help for `insert` without color, which is what...

bug

We currently aim to release chalk for: - Linux arm64 - Linux x86_64 - macOS arm64 - macOS x86_64 However, in this repo we currently only test Linux x86_64 builds....

## Description At some window and font size combinations, the formatting may be broken: - at the end of a table header - at the beginning and end of a...

bug
documentation

## Example Run chalk with an invalid command name, such as: ```shell chalk inserrt my_artifact ``` ## Expected behavior Produce an error, saying that `inserrt` is not a valid command...

## Description `chalk help load` works as expected: ```console $ chalk help load load command Load a new configuration into the chalk binary ... ``` However, `chalk load --help` produces...

bug
good first issue

## Description Chalk may output a table with a green title, which is center-aligned. However, for `chalk help configs`, there is information under the table titles, which is also center-aligned....

## Description These commands output the same thing: - `chalk` - `chalk help` - `chalk --help` - `chalk help --help` But the output of `chalk help help` outputs the same...

Nim 2.0.2 was released on 2023-12-19. From the [blog post](https://nim-lang.org/blog/2023/12/19/versions-1618-202-released.html): > Nim 2.0.2 contains [63 commits](https://github.com/nim-lang/Nim/compare/v2.0.0...v2.0.2) and brings bugfixes and improvements to Nim 2.0.0, released four months ago. However, note:...

There is currently a little delay when running e.g. `chalk help`, because chalk always performs various setup tasks, regardless of the user-specified command: https://github.com/crashappsec/chalk/blob/175f32f001d90de02c3efa10d19467f08e98a1a7/src/chalk.nim#L13-L24 Does chalk want to always perform...

P2
enhancement