David Wolf
David Wolf
@Zhoucheng133 would you mind elaborating your potential fix using window manager? I added the window manager dependency to my project and initialization and also updated the relevant swift file like...
Thank you @Zhoucheng133, after I run `fluter clean` I got it.
gotcha, ya i could not find anything either for now i was able to hack something together by piping into this script, which uses glow and clears the output before...
Had the same issue, after adding `.marksman.toml` to the root of my nots directory i got completion and go to definition working Which ig makes sense, since it needs some...
Yes, `posix` is set. Shell is bash. ```bash $ declare -p SHELLOPTS bash: ble/builtin/trap/.handler: No such file or directory bash: ble/util/setexit: No such file or directory declare -r SHELLOPTS="braceexpand:hashall:histexpand:history:interactive-comments:monitor:notify:posix:vi" ```...
Aha interesting! ```bash $ builtin trap bash: ble/builtin/trap/.handler: No such file or directory bash: ble/util/setexit: No such file or directory trap -- 'ble/builtin/trap/.handler 0 "$BASH_COMMAND" "$@"; builtin eval -- "${_ble_builtin_trap_postproc[0]}"...
Appreciated!
Thanks for the prompt follow-up @akinomyoga much appreciated. Also really appreciate the great work on this awesome project. ✨ As for your question, indeed I see some weird encoding in...
Thank you ## Q2 ```console $ echo $'\u2019' | cat -v M-^@M-^Y ``` ## Q3 ```console $ ble/widget/display-shell-version -bash: `ble/bin/diff': not a valid identifier -bash: ble/bin/diff: No such file or...
Ah, actually I recently set `nvim` to be my man pager, I guess this is the reason piping the man page does not produce output. Resetting it to `less` does...