Daniel Farrell

Results 11 comments of Daniel Farrell

If you are just working locally then you should set `local=True` in `authorize`, the `run_local_server` method is the replacement method. Now you will need to use the browser pop up...

> lazy.nvim should not be used for the minimal repro: https://github.com/neovim/neovim/wiki/Minimal-reproduction-template). That link does not work. it redirects to https://github.com/neovim/neovim/wiki/ and says: ` You do not have permission to update...

Not sure if you are interested in this @stweil but I got a response from the Zotero devs, and was able to get this PR fixed for Group Library +...

Yea I just wanted to get something that works by touching the least amount possible. I have an idea of what needs to happen, but I wanted to get some...

I'm not sure where else to explain this, but to answer any questions about the Dockerfile.gpu vs the Dockerfile file: Here is a side-by-side diff screenshot of the two files:...

Do you think we could get anyone to try and follow/install this? does it still work for you on WSL?

@davidmirror-ops The current instructions in the OP are up to date (to my knowledge, but it has been some time). We couldn't convince anyone to test/install this. You will need...

> Just to make sure, when you execute sw_vers -productVersion on the terminal, it works fine? yes I get `12.4` when I run it from the terminal > do you...

it appears to be due to my customization of my maximum number of file descriptors via `ulimit -n unlimited` not sure if that's the same problem you had jonas, but...

This was my solution to this problem. it is not perfect, but it works well enough for my needs. ``` { "kevinhwang91/nvim-ufo", event = { "BufRead" }, dependencies = "kevinhwang91/promise-async",...