I am trying out the TidierErrors package and I am encountering this issue
MWE
using Pkg; Pkg.add(url="https://github.com/TidierOrg/TidierErrors.jl")
using TidierErrors, TidierDB
db = connect(duckdb())
julia> db = connect(duckdb())
ERROR: UndefVarError: `call_on_backend` not defined in `AbbrvStackTracesREPLExt`
Suggestion: check for spelling errors or missing imports.
Some frames were hidden. Next steps:
- Use `show(err)` to see complete trace
- Use `aicopy(err)` to copy error with context to clipboard.
- Use `ai(err)` to send error with context directly to LLM using PromptingTools.jl
I am trying out the TidierErrors package and I am encountering this issue
MWE