Stig Brautaset

Results 28 comments of Stig Brautaset

I have the same issue, but on macOS Monterey. My trigger appears to have been upgrading to Emacs 28. Here's a stack trace from calling `(debug (org-roam-db-sync))`: ``` Debugger entered--Lisp...

False alarm for me, I think. It turns out a lot of things didn't work, as `exec-path` had not been set correctly and Emacs couldn't find any binaries. Fixing that...

@benthamite I used the exec-path-from-shell package

I think my problem was related to an Emacs 28 upgrade. I think there were incompatibilities with the old .elc files, so I blew away everything and let straight re-download....

I've got a new M1 Macbook Pro for work, and this problem has re-surfaced for me. I've not been able to fix it after several hours today.

Actually, @webloginwu 's solution (switching to the sqlite3 connector) works for me too.

I'm afraid I don't have time to work on this framework. I think you're right though - the subframework thing isn't so smart. I thought it was really clever, because...