Shelper
Shelper
I am not sure if that is related, but i tried to verify that my pyproject.toml file is in unix style line ending through ` cat -e pyproject.toml`, and i...
@watkinsm i wonder why we cannot just just the create_model() from pydantic? SQLModel is derived from pydantic BaseModel, would it makes more sense if we create a method to 1....
> @watkinsm i wonder why we cannot just just the create_model() from pydantic? > SQLModel is derived from pydantic BaseModel, would it makes more sense if we create a method...
yeah, desperate to have this copy and paste function. The text should yank to system clipboard.
related https://github.com/abo-abo/org-download/pull/184
see https://github.com/abo-abo/org-download/pull/184
any update for this? i got the same error when trying to build the metadata_extractor
i am using org-mode 8.2.10, and there is ox-html.el.gz and ox-html.elc, but not ox-html.el does that mean the plugin can only use ox-html.el but not the byte compiled one? i...
I tracked down to the init.el in the plugin folder, and i think it is the below snippet cause the problem ;; Load additional configuration from conf.el (let ((conf (expand-file-name...
that is what i did , then i have another error: Debugger entered--Lisp error: (wrong-type-argument stringp nil) file-name-directory(nil) (expand-file-name "macros.org" (file-name-directory load-file-name)) (find-file (expand-file-name "macros.org" (file-name-directory load-file-name))) (set-buffer (find-file (expand-file-name...