Lilith Orion Hafner

Results 181 issues of Lilith Orion Hafner

**Affects:** JuliaCall **Describe the bug** An example of this that I ran into is that everything is reported as itterable, even when it cannot be iterated. This looks pretty bad...

bug

**Affects:** JuliaCall **Describe the bug** I sometimes get segfaults when importing julicall in combination with other packages. ``` x@x ~ % python -c 'import juliacall; import torch; from torch.autograd import...

bug

**Affects:** PythonCall When I run `pyexec("x = 1", Main)`, it successfully sets the global variable. When, on the other hand, I run `@pyexec "x = 1"`, it does not. This...

bug

### Describe the bug Cinny launches zoomed in ![Pasted image 1](https://github.com/cinnyapp/cinny/assets/60898866/8dfeae70-6431-4821-b390-716f00b9e8ec) ### Reproduction Run ```bash flatpak install flathub in.cinny.Cinny flatpak run in.cinny.Cinny ``` ### Expected behavior _No response_ ### Platform...

Fragments are case sensitive.

The top of https://symbolicutils.juliasymbolics.org/ begins with "SymbolicUtils is an practical symbolic programming utility in Julia." which should be "SymbolicUtils is a practical symbolic programming utility in Julia." Further, and more...

I got this error: ``` error: `noe` should be `not`, `no`, `node`, `know`, `now`, `note` --> ./stdlib/Unicode/src/Unicode.jl:239:2 | 239 | "noël" | ^^^ | ``` Which I assume comes from...

bug

Moved from https://github.com/JuliaLang/julia/issues/53561 ``` x@fedora:~/Documents$ julia --startup-file=no -e 'using OhMyREPL' -i _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ |...

```julia julia> function myfunc(x, y) x + y end myfunc (generic function with 1 method) julia> function mysuperfunc[TAB] ``` Produces ![Screenshot from 2024-02-29 08-33-21](https://github.com/KristofferC/OhMyREPL.jl/assets/60898866/4a77dc82-2355-4bd7-b0b7-e7a722ac1e64) Moving the cursor restores the formatting.

When a user runs `juliaup self channel`, currently they get an error message that asks them for a channel but does not provide a list of valid/available channels. As the...

help wanted
good first issue
feature request