-
Hi @So-Cool!
Thank you very much for the fantastic package! I was looking for this when I saw the documentation for [typer](https://typer.tiangolo.com/).
While comparing their animations with te…
-
Create a command line interface so a user can specify/create a resource_in file before an experiment runs.
I think we should use [typer](https://typer.tiangolo.com/)
Things needed:
- [ ] al…
-
## How to reproduce the behaviour
The project templates allow [overriding variables](https://spacy.io/usage/projects#custom-scripts) via the CLI as `--vars.foo`, which uses the same mechanism we us…
-
The motivation is wrapping a block into a box in order to facilitate a nicer API. (using `orElse { ... } { ... }` instead of `orElse(box { ... }, box { ... }`).
I don't quite know whether this is jus…
-
### Feature id and version
ghcr.io/devcontainers-contrib/features/cue-asdf:2
### Devcontainer base Image
mcr.microsoft.com/vscode/devcontainers/go:1.20-bookworm
### What happened?
I don't complet…
-
## Compiler version
3.5.0
## Minimized code
Consider the following program:
```scala
trait Iter[Self]:
type Elem
extension (self: Self) def next: Option[(Elem, Self)]
given Iter[…
-
Hello,
I tested this command :
`spikex download-wikigraph simplewiki_core`
In a Jupyter Notebook, it returns :
`File "", line 1
spikex download-wikigraph simplewiki_core
…
-
## Compiler version
3.3.0, also the latest 3.3.1-RC5 and 3.4.0-RC1-bin-20230809-c5adafc-NIGHTLY
## Minimized code
https://github.com/mrdziuban/dotty-compiler-plugin-issue/tree/duplicated-code…
-
## Minimized code
```Scala
class C {
type A
inline def test: A = ???
}
@main def m = {
val c = C()
val x: c.A = c.test
}
```
## Output
```
Found: Any
Required: c.A
```
…
-
my setup.py:
```
import sys
sys.setrecursionlimit(5000)
import ruamel.yaml
from setuptools import setup
APP = ['webui.py']
DATA_FILES = []
OPTIONS = {
'argv_emulation': False,
…
v3ucn updated
2 months ago