Ahmed Shariff

Results 47 comments of Ahmed Shariff

Had a similar problem as @buxit, on arch with nvidia 381.22-3 driver ``` $ primusrun glxgears primus: fatal: failed to load any of the libraries: /usr/lib/nvidia/libGL.so.1:/usr/lib32/nvidia/libGL.so.1 /usr/lib/nvidia/libGL.so.1: cannot open shared...

The `lsp--session` hack doesn't work for me either. In my case, I switch between projects with python (pyright), csharp (omnisharp) and js (ts-ls) using persp-mode. I get these errors on...

I see. Thank you for the clarification.

> @ahmed-shariff > > > FYI, Org calls this "descriptive" form. See, e.g. the `org-descriptive-links` variable. > > Upon reading a bit more, I take this back. I had it...

For what it's worth, I'm modifying the `org-roam-preview-function` to display the links in a literal-ish form: ```emacs-lisp (defun amsha/org-roam-preview-function () "Same as `org-roam-preview-default-function', but replaces org-roam links to literal-ish form."...

I am wondering if org-ql-view like interface might be of interest here. I already have a very rough workaround to view a list of roam nodes with view, which I...

A simple hack for using org-ql-view with org-roam-nodes: This is modified from [org-ql-search](https://github.com/alphapapa/org-ql/blob/e41cdb45912f1731b5b060f9e05d011096663655/org-ql-search.el#L119) ```emacs-lisp (defun org-ql-roam-view (nodes title &optional super-groups) "Basically what `org-ql-search does', but for org-roam-nodes. NODES is a...

Thanks for the PR man. I've trying to sort this out and it's been driving me nuts, lol. Does this load the packages from the venv itself? Following the [configuration...

> So, if I understand you correctly, pyright isn't loading packages from the project venv when you use the current code? Which platform are you on? yes, it doesn't load...