la.panon.

Results 5 issues of la.panon.

Same content as PR #1237. I reworked it because I accidentally committed an extra one. ## What this PR will allow to do * Allow local packages to be specified...

For example, when you run: ```console nimble install nonexistent ```` the following message should appear: ``` Prompt: nonexistent not found in any local packages.json, check internet for updated packages? [y/N]...

### Nim Version ```console $ nim -v Nim Compiler Version 2.2.2 [Linux: amd64] Compiled at 2025-02-06 Copyright (c) 2006-2025 by Andreas Rumpf git hash: 6c34f62785263ad412f662f3e4e4bf8d8751d113 active boot switches: -d:release ```...

### Nim Version v2.2.4 v2.3.1 (devel #d60e021) ### Description When I try to define a generic type that takes two parameters constrained by the same type class (either a concept...