-
I would like to propose to rewrite sisl CLIs with [typer](https://typer.tiangolo.com/) instead of argparse.
**Why?**
Because:
1. It autogenerates CLIs for functions using typehints. This has s…
-
Current CLI class has a lot of boiler plate code and based on obsolete ArgParser. So it would be easeir to maintain it if it will be rewritten to some modern lib like [Typer](https://github.com/tiango…
-
Currently OpaqueExpressionGenerator does not have access to a Typer field, making it had to implement transformations such as #511.
Typer should be added as a field of OpqaueExpressionGenerator and…
-
_From @scabug on June 22, 2012 11:50_
Trying to compile LMS with virtualized M4. The branch in question is here:
https://github.com/Stivo/virtualization-lms-core/branches/delite-develop-m4
The st…
-
I recently started using Typer, which is a layer above Click that parses variable annotations to make arguments and options. Is it possible to use `click-shell` with Typer commands?
-
## reproduction steps
Scala 2.13.3
The following commit in my project causes the following error when compiling from IntelliJ:
[oldsql](https://github.com/noresttherein/oldsql/commit/c89bc995f00c…
-
**Describe the bug**
`reflex run` command runs into WinError 5 as shown in an error log down below.
**To Reproduce**
Error log:
```
(.venv) ~\Desktop\Python\Apps\reflex-python2
reflex run
War…
-
I feel a little guilty about posting this. The code is pretty unreasonable. In any case...
The same code compiles in 2.10.4.
```scala
class Fields {
trait Field {
type ValueType
typ…
-
```scala
scala> trait Currency[T case class SEK(amount: BigDecimal) extends Currency[SEK]
:8: error: class SEK needs to be abstract, since method copy in trait Currency of type (amount: BigDecimal…
-
typer error when trying to compile test.
// Stripped-down version is available at https://github.com/rssh/scala-gopher/tree/scala-2.11.8-so-in-compiler
for reproduce:
```
git clone git@github.…