slackline
slackline
Before discovering `org-gtd` I extended my `org-todo-keywords` with... ```lisp (setq org-todo-keywords '((sequence "TODO(t)" "IN-PROGRESS(i@/!)" "BLOCKED(b@)" "|" "DONE(d!)" "WONT-DO(w@/!)" ) )) (setq org-todo-keyword-faces '(("TODO" . (:foreground "GoldenRod" :weight bold)) ("IN-PROGRESS" ....
I've encountered an error that pydantic has with `pygls` when used by `jedi-language-server`... ```Traceback (most recent call last): File "/home/neil/.local/lib/python3.9/site-packages/pygls/protocol.py", line 152, in deserialize_message deserialize_params(data, get_params_type) File "/home/neil/.local/lib/python3.9/site-packages/pygls/protocol.py", line 138,...
I've been trying to update RJSONIO for a while now but it repeatedly fails to compile. ``` configure: creating ./config.status config.status: creating src/Makevars config.status: creating cleanup ** libs x86_64-pc-linux-gnu-gcc -std=gnu99...
Just discovered Port Authority and love how fast it is. I found #74 > I could do something like store the discovered hosts in the local DB and display them...
**Describe the bug** I wish to include some external content in my org-roam notes, specifically some of my Emacs configuration files. I added the following line ```lisp #+INCLUDE: "~/.config/emacs/settings/ess-settings.el" example...
Thanks for writing and maintaining this package, I find it super useful when writing code. One thing I've noticed is that the following was automatically generated... ```python def summarise_shape(shape: npt.NDArray)...
Hi, I'm trying to use `jedi-language-server`along with `lsp-jedi`. I have `jedi-language-server`installed under a virtualenv and activate it within Python (via `pyvenv-workon`) and then try opening a `.py`file. Unfortunately it exits...
**Describe the bug** I've encountered the same problem as described in #41 on one of my systems. I use the same config across multiple systems (as they are version controlled...
The Analysis panel shows the speed and elevation by either distance or duration and this aligns hovering over it shows the point on the GPS trace. It would be neat...
Hi, Thanks for writing and sharing this really neat way to work with SQLite3 databases. Context : I've rename a Git repository but Magit Forge is still using the old...