You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens with any search I try, including those with multiple entries in the rofi window.
Julia v"1.9.0-rc2" rofi -v Version: 1.7.5
The text was updated successfully, but these errors were encountered:
jlapeyre
changed the title
BoundsError: attempt to access 1-element Vector{SubString{String}} at index [2] after making selection with rofi
BoundsError: attempt to access ... after making selection with rofi
Apr 14, 2023
This is not related to rofi but is more generally a bug that happened with the change in how julia displays methods() calls.
If you're happy to dev the package, you can modify
@search cos(1.0)
[RETURN] shows a rofi window with a single entry. Upon hitting return the rofi window disappears and I see the error:This happens with any search I try, including those with multiple entries in the rofi window.
Julia
v"1.9.0-rc2"
rofi -v
Version: 1.7.5The text was updated successfully, but these errors were encountered: