tkf / InteractiveCodeSearch.jl

Interactively search Julia code from terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting MethodError in preview window

emstoudenmire opened this issue · comments

commented

Great package. Everything works well with my setup except the live previewing feature (right hand side panel). I'm using Julia 1.7.2 on MacOS.

The issue I'm getting with the preview is that it only shows a message like:

ERROR: MethodError: no method matching..
Closest candidates are:
  pipeline(::Any,::Any,::Any,::Any...) at ...
  pipeline(::Base.AbstractCmd;stdin,stdout,s...)
  pipeline((::Base.AbstractCmd, ::Any) at /Appli...
Stacktrace:
  [1] top-level scope:
     @ ~/.julia/packages/InteractiveCodeSearch/fzf...

The reason I'm cutting off the messages above is that they are cut off in my window and I can't access more of the text.

I've tested searching for functions in various packages to make sure it wasn't specific to just one package I was searching into.