-
## Compiler version
3.6.0-RC1-bin-20240903-21a3d39-NIGHTLY
## Minimized code
```Scala
trait X[F[_]]
extension [F[_]](fa: F[Any]) {
def ex1(fa2: F[Any]): Any = ???
}
extension (…
-
https://discord.com/channels/861730583092658206/1287459543269380157
type
Modifers should work like these:
Type typing type typed typer types
pyetyper teytyper tyetyper teytyper typer typer…
-
Along with `dialyzer`, there's [`typer`](http://erlang.org/doc/man/typer.html) which prints `@spec`s for all functions.
I couldn't find anything for this and was wondering if you had any plans to a…
-
Running into this deserialization issue in `src/nemo_run/core/runners/fdl_runner.py`.
```
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
…
-
There are two general situations where the users confuse argument lists with tuples.
We could potentially special-case the messages here:
### 1. Want a tuple, got an argument list
```scala
def…
-
Based on OpenCB failure for `ghostdogpr/caliban` - [build logs](https://github.com/VirtusLab/community-build3/actions/runs/11300416468/job/31433721499)
Affects also:
- `openmole/container` - [build…
-
```toml
[project]
dependencies = [
"typer>=0.12.5",
"typer>=0.12.5",
]
```
it would be nice if uv reported an error in cases like this. in my case, i merged two branches that both added…
-
unhandled exception while running inlining on /Users/Jianping.Roth/workspace/ebs/comms/cem-comms/comms-cqrs/comms-command-gateway/src/main/scala/CommQueryClient.scala
An unhandled exception was…
-
I am usually using Typer on top of Click for command line. This gives a nice way to use Type hints to define variables.
https://typer.tiangolo.com
How complex do you think it would be to have a Ty…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Typer documentation, with the int…