-
> Clearly the `test` assignment works. But the fact we felt a (helpful!) comment was needed suggests that maybe we're working too hard. Be lazy! Let [typer](https://pypi.org/project/typer) sweat the d…
-
# Bakgrunn
Etter å ha jobbet litt med å overføre kodeeksempler fra de "gamle" Jøkul-pakkene til den nye oppsettet, basert på den nye portalen, har jeg allerede begynt å irritere meg over hvordan ti…
-
Attempting to compile the following program
```flix
import java.nio.file.Files
import java.nio.file.Paths
def main(): Unit \ IO = {
let path = Paths.get("");
let exists = Files.exists(…
-
I want to have a type class of this shape:
```scala
//> using scala "3.3.4"
//> using dep "io.github.irevive::union-derivation-core:0.1.0"
//> using options "-Yretain-trees"
import io.github.…
-
guigaga uses the short name of flags instead of the more informative long flags:
I think it might use the first flag. eg this:
```
sequences: Path = typer.Option(
...,
…
-
INFO: pip is looking at multiple versions of tqdm to determine which version is compatible with other requirements. This could take a while.
WARNING: typer 0.12.5 does not provide the extra 'all'
WA…
-
-
### Search before asking
- [X] I have searched the Inference [issues](https://github.com/roboflow/inference/issues) and found no similar bug report.
### Bug
inference 0.22.2 has requirement typer=…
-
I have been very impressed with https://typer.tiangolo.com/ as an argparse alternative for three reasons:
1. Pretty and colorful help - something ``rich-argparse`` also does
2. Pretty and colorful…
-
I have this problem
![Screenshot from 2024-08-02 10-07-54](https://github.com/user-attachments/assets/93d259cd-0aa8-4d8a-a9ff-69be86e1e9b1)
My current version is:
Application: KiCad x86_64 on x…