Results 107 comments of Chris Rose

I can confirm this works.

I'd be interested in this too; I'm using 1pass as a fallback password *reader* on a chromebook, and it's a bit difficult because of this.

I would expect the virtualenv to prefix the prompt; probably something like this: ``` (D) [email protected] ~> . venv/bin/activate (venv) (D) [email protected] ~> deactivate (D) [email protected] ~> ```

That doesn't help if a team already has hooks written for `pre-commit` -- it would be nice to be able to share the same rules and commit message checking here.

How does one invoke that effectively? In this case I have several project roots missing, so do I have to go through them and clean them up?

I worked around this myself: ```emacs-lisp (defun offby1/lsp-workspace-remove-missing-projects () (interactive) (dolist (dead-project (seq-filter (lambda (x) (not (file-directory-p x))) (lsp-session-folders (lsp-session)))) (lsp-workspace-folders-remove dead-project))) ```

I have not restarted it recently that I can recall.

This is persisting on the iOS 16 public betas.

Yeah, that works... I'm not sure it removes the value of my feature request, though.

I see that this is still an ongoing issue, which is unfortunate as I have, yet again, bumped into this. Whenever I find a library that is both a) unmaintained...