-
In the documentation, there is the following example.
```uiua
> ⊗ 2 [1_2_3 4_5_6]
[1 3]
```
> If the index cannot be found, the [⧻ length](https://www.uiua.org/docs/length) of the searched-in…
-
Reporting as per error message, full error below.
The application panicked (crashed).
Message: index out of bounds: the len is 0 but the index is 0
Location: /home/username/.local/share/rust/ca…
-
## Description
The semantic token color customizations - as defined [here](https://github.com/uiua-lang/uiua-vscode/blob/main/package.json#L45-L63) - are not constrained to the Uiua language. This …
qexat updated
4 months ago
-
New to uiua so apologies if I'm doing something wrong but sleep doesn't seem to be working for me.
Per the example in the docs, do I understand correctly that `⚂ &sl 5` should display a random numb…
-
## Problem
Server availability check is done by running `vim.fn.executable()` on the executable names extracted from the `cmd` field of lspconfig. However, this yields false positives on the server…
-
I noticed that when I decoded and attempted to play audio from a .wav file that had a different sample rate than what was used by Uiua, it sounded sped up. I propose that Uiua automatically resample t…
-
[pad](https://uiua.org/pad?src=0_12_0-dev_1__WzFfMiAyXzMgM180XQoiYWJjIgptYXAKCmluc2VydCBAYiBbOSA5XSAjIGRvZXNudCBjaGFuZ2UgdGhlIEBiIGtleQomcC4KaW5zZXJ0IEBhIFs5IDldICMgZG9lcyBjaGFuZ2UgQGEgYXMgZXhwZWN0ZWQ…
-
## Overall experience with the language
Hey! Hope you're doing well
I've had really fun time playing the your programming language and it seems AMAZING so far!
The best part I've had with lang…
-
[pad link for repro on pad's Uiua 0.12.0-dev.1](https://www.uiua.org/pad?src=0_12_0-dev_1__ImZvbyg6Py4pPyIgImZvbyIKcmVnZXgK )
```uiua
"foo(:?.)?" "foo"
regex
```
```
Error: Cannot add shape [1…
-
Executing the following example from the tutorial in the [pad ](https://www.uiua.org/pad) Does not output anything, and checking the console using firefox's dev tools shows that a panic happened.
```…