-
[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.
```…
-
Selection randomly picks parts of text, different to text selected by the user. It breaks copying too.
https://github.com/uiua-lang/uiua/assets/4397533/e708b779-e084-4215-bae8-145a70625a5a
Mozil…
-
When I first tried the `uiua repl` command, I noticed that once I've written my expression in, say `add 1 pick 0 windows 2 [1 2 3 4 5]`, and then navigated through the REPL history (arrow up, arrow do…
vxern updated
6 months ago
-
While using Array Macros there are situations where the previous code is executed twice or executed when it shouldn't.
I'm using the Rayua bindings for Raylib for a project and when using any sort …
Exund updated
6 months ago
-
Running `uiua update --main` has recently started failing for me:
```
❯ uiua update --main
~ …
-
[Example](https://www.uiua.org/pad?src=0_11_0-dev_1__LTo4IMKwKC06OCkgMwrDtzo4IMKwKMO3OjgpIDMK4oG_OjggwrAo4oG_OjgpIDMK4oKZOjggwrAo4oKZOjgpIDMK): expressions `-:8 °(-:8) 3` and `÷:8 °(÷:8) 3` return 3 b…
-
The language server crashes for me in VS Code.
```
[Info - 10:41:05 AM] Uiua language server initialized
The application panicked (crashed).
Message: String 0 not found
Location: /Users/memar…
-
Since commit 3ea819db1c3c999f27f53b6330819d0c40c04423 it is no longer possible to open and read from files that are not writable, because both `&fo` and `&fras` always seem to attempt to open the file…
-
I try to use Emacs as an editor. To have Emacs automatically reload the file, I add:
```
(global-auto-revert-mode t)
```
When Emacs saves the file, it actually creates a new file which makes u…