Jack Feser
Jack Feser
Mat.flatten returns a one-dimensional ndarray, so using Mat operations on it fails with a "wrong number of indices" error.
Brogue 1.10.1 exits with `free(): invalid pointer` when taking a screenshot. This is on Fedora 36. Coredump attached. [core.zip](https://github.com/tmewett/BrogueCE/files/8758261/core.zip)
I have some code which looks like this: ``` let myfunc : int -> int = fun x -> let y = x + 1 in y ``` It gets...
The documentation for Scanf says that %d reads an "optionally signed decimal integer (0-9+)", but later it clarifies that integers can include underscores. The regex for %d (and for some...
Adds two new code actions: `Extract local` and `Extract function`. Extract local transforms: ``` let f x = $x+1$ + 2 ``` to ``` let f x = let new_var...
Thonny version: 4.1.4 macOS: 13.6 Python: 3.10.11 Tk: 8.6.13 Attached a log showing the crash on macOS. This crash is also reproducible on Linux. I'm happy to get another log...