Bendik Samseth

Results 7 comments of Bendik Samseth

I still have this issue, exactly as described above. Does anyone know how to fix this?

~~I ran cloned the repo, then ran `python setup.py develop` successfully from within a fresh virtual environment. Should be equivalent to running `pip install -e .`, no? Is there some...

I still had issues, even after running `pip install -e .` and/or `python setup.py develop`. Found the issue to be that `sphinx-build` pointed to something in `/usr/local/bin`, and not to...

> @bsamseth how did you edit your Makefile specifically to get this to work? I'm still having the same issue on macOS Catalina. It has been a while, so not...

@artemnikitin I just wanted to chime in with a minimal, self-contained example that shows that this is indeed a bug. Even if this can be worked around with a `lifetime`...

@mroy-seedbox I've done the same, but as I mentioned the downside is that you end up having to share a token for everone to use, making it hard to manage...

The above might have been correct for previous versions of `rust-analyzer`, but not anymore. Check out the [`rust-analyzer` manual](https://rust-analyzer.github.io/manual.html) and scroll/search your way down to `rust-analyzer.checkOnSave`. You will see that...