realazy
realazy
eglot can be launched if `(buffer-file-name)` return non-nil value, so I add an advice to `org-edit-src-code` to make it work: ```elisp (require 'eglot) (defun sloth/org-babel-edit-prep (info) (setq buffer-file-name (or (alist-get...
Before this builtin component is out, and if you don't like to save svg copies inside places like `src/icons` with `astro-icon`, you can try https://github.com/cxa/astro-inline-svg: ```astro --- import Svg from...
Closed due to uncertainty.
Sorry, I thought you would have other design decisions and this PR might block.
> I recommend moving the combobulate-mode function (with its autoload token) into combobulate.el after the require lines. Confirm that works: https://github.com/cxa/combobulate my config: ```lisp (use-package combobulate :vc ( :url "https://github.com/cxa/combobulate"...
@guilhermerodz In first video, you can see after navigating back, the page zoomed in (compare with 3s and 8s). This is due to page rendering instantly before `--root-height` available, and...
> @cxa could you rerun the tests? I can't, this is not under my control.
> first of all we need to understand why this fix is needed. when would this occur? Without this fix, file route like `_auth.index/route.tsx` will generate a wrong `path: ''`...
> nesting `route.tsx` under `index` is not a supported usage of file based routing. if this is only relevant for this, we won't merge this Makes sense, but if this...