Sam McDavid

Results 7 comments of Sam McDavid

Ok, I was able to resolve this issue on my mac by first uninstalling the version on anaconda that I had installed. Second, I then installed pyenv-which-ext with `brew install...

Ok, here is another wrinkle to this situation as my system messed up again after my last post. Here is what I am doing now. .tool-versions ``` python anaconda3-2021.11 ```...

FWIW, this change is needed so request-html will work inside of a docker container. Happy to make whatever changes are needed, merge into #270 or anything else. I would like...

For anyone else stuck on this, I too enabled `SLS_DEBUG=*` and received a permission error. So this can be caused by a lack of permissions in IAM.

I would love to merge it, but I don't have write access ☹️

To fix `no specs found for module lazyvim.plugins.extras.editor.symbols-outline` I commented out: ``` { import = "lazyvim.plugins.extras.editor.symbols-outline" }, ``` in my lua/config/lazy.lua file. After restarting nvim, I didn't get the issue...

PR #408 will resolve this issue.