Ian Soboroff
Ian Soboroff
Thanks. The symptom is that the app won't launch, and I get a crash report SIGKILL (Code Signature Invalid), so I can't even allow the app in the security and...
Indeed running Contents/MacOS/bin/emacs from the command line also gets killed. However, a hand-coded hello-world.c compiled with /usr/bin/gcc works ok. This article has a nice explanation: https://eclecticlight.co/2021/01/26/when-you-dont-have-permission-to-run-an-app-on-an-m1-mac/. And links to another...
I think I've confirmed that this simple edit doesn't work, the list that you get from typeahead is empty. I'll poke more as time permits.
Happy to help... one of the advantages of not knowing when your workshop will be means that potential PC members can't plead predicted overload. ;-)
I've updated this pull request. The current code has been fully tested and generates output that is compatible with what we need for the DD track. Jimmy, did you want...
This is a longstanding issue that the API-based crawler can't fix. The answer is to use the HTML-based crawlers, which need updating to Twitter's current HTML layout.
We are working on updating the HTML crawler. Stay tuned, or alternatively patches accepted ;-)
Yes, I confirmed by loading a Perl script to edit, then doing C-h m: ``` Enabled minor modes: Anzu Auto-Composition Auto-Compression Auto-Encryption Column-Number Company Delete-Selection Diff-Hl Display-Line-Numbers Editorconfig Electric-Indent File-Name-Shadow...
I don't know if this is related, but when editing LaTeX files, typing a double-quote inserts two backquotes and a single-quote: `` '. Disabling smartparens-mode causes it to just insert...
Aha. This happens if you don't explicitly call admin.autodiscover(). I thought it wasn't necessary since I had stuff in admin.py. I only see the tables for my app and not...