Lewis Levin
Lewis Levin
No. I just copy/paste. Note that nothing happened since 9/21/2018. Many of these packages are dead and SublimeText HQ refuses to curate the most important packages or simply incorporate the...
Still seems really broken for me. here is what I get: ``` (let ((elt (node-elt bst))) (if (eql obj elt) ``` Every time I type anything, auto-indent starts the next...
Format document works perfectly—very very handy! This occurs while typing. From: nobody-famous ***@***.***> Reply-To: nobody-famous/alive ***@***.***> Date: Monday, July 31, 2023 at 11:07 AM To: nobody-famous/alive ***@***.***> Cc: Lewis Levin...
I am, but only in the attempt to get good formatting. I am very willing to not use the others: Common Lisp: no mention of formatting or indentation Paredit: happy...
Well, further update. Even with the other extensions disabled, when I enter a new line of text in a common lisp file it gets 3 tabs of 4 stops. There...
Figured it out. VS Code has this “clever” feature that it remembers a bunch of editor and workbench settings on a per file basis. So, it remembers the settings from...
The “project directory” .vscode can contain settings we didn’t realize were there… From: nobody-famous ***@***.***> Reply-To: nobody-famous/alive ***@***.***> Date: Saturday, August 5, 2023 at 4:04 PM To: nobody-famous/alive ***@***.***> Cc:...
I ran the literal brew doctor and found a missing dependencies. Installed them. Another warning occurs because the install directory for the binaries and the Homebrew cellar doesn't match what...
Just install system Homebrew. Install HDF5 at the system level. Then, add the Julia wrapper: Pkg.add("HDF5") (or using the groovy new REPL Pkg: add HDF5). When the Julia wrapper is...
I still can't get it to work and work arounds don't work. After restarting Julia and attempting to use Images (I think this might be the package that triggers the...