-
In RHVoice, language and voice data are added as submodules from separate repositories and licensed under a separate license.
There are currently 15 language data submodules and 51 voice data submo…
-
**How to reproduce:**
1. Select "Draw an image"
2. Change image file name to some non-existing name
3. Click "Run" (a runtime error message shows up)
4. Select any other example
**Result:** "…
-
**Description of the issue**
I try to use the Aaronia Spectran V6 ECO with Satdump on Windows 10. The Satdump itself starts and the Spectran is already preselected. If I click play I get a popup sayi…
-
```
Error /home/runner/work/umka-lang/umka-lang/umbox_linux/dat/src/common.um (40, 2): Constant must be ordinal, or real, or string, or closure
```
You need to replace structured constants with var…
-
This is allowed:
```
type alias1 = int
type alias2 = int
fn main() {
x := alias1(5)
x = alias2(6)
printf("%d\n", x)
}
```
This is not allowed:
```
…
-
Having installed `ocaml` (manually, because the `opam` instructions on their website don't work), I followed the Felix installation instructions:
```
git clone https://github.com/felix-lang/felix.…
-
(at least in gnome-terminal)
I'm unable to "press any key" to exit as it just adds it as input, I need to press enter for it to actually exit
![image](https://github.com/user-attachments/assets/cac9…
-
I know this is mostly for Go parity, however this creates big problems when you access a map with a large value type that's gonna just sit around because it was never meant to be created.
I was con…
-
New errors detected by the latest Umka version:
```
error: C:/Users/vtere/Desktop/savescum/umbox/fmt/fmt.um (62, 14): Duplicate case type
error: C:/Users/vtere/Desktop/savescum/umbox/fmt/fmt.um (83…
-
I found an issue where if a mode has positional arguments, providing an optional one will cause a runtime error. For example, try `umbox init --help`.