Blake McBride

Results 33 issues of Blake McBride

Let's say have two directories named: ~/abc/def ~/xyz/def If I do "z def" it goes to one of those directories. Great! However, if I am at one of those directories...

It's cool to use the acronym "LFE" for people who know what "LFE" is, but for those of us who don't, could you update your README.MD file to tell us...

I have two problems with using a docker container as follows: Problem n°1 ``` $ docker build -t lem . DEPRECATED: The legacy builder is deprecated and will be removed...

help wanted

Just as before, I still can't build lem. This time I tried your latest instructions. I ran: sudo docker build -t lem . And I get: ``` [...] Setting up...

question

I am running make and getting: ``` $ make qlot install which: no ros in (/home/blake/bin:/home/blake/bin:/home/blake/.local/bin:/home/blake/bin:/usr/local/bin:/usr/bin:/bin:/home/blake/.local/share/JetBrains/Toolbox/scripts:/usr/local/sbin:/usr/sbin:/home/blake/.dotnet/tools:/opt/plan9port/bin:/opt/icon/bin:/opt/groovy-4.0.12/bin:/home/blake/.local/share/JetBrains/Toolbox/scripts:/opt/plan9port/bin:/opt/icon/bin:/opt/groovy-4.0.12/bin) Reading '/home/blake/Backup/lem.git/qlfile'... Already have dist "quicklisp" version "2023-06-18". Already have dist "micros" version "git-ed264a27262baeed493cdde338873bf4afc3721c"....

bug

**Errors happen. Please tell us the URL** BUILDING.md **What does it say?** How to build a medley release Originally done only with shell scripts: ./scripts/loadup-all.sh to make the loadups ./scripts/loadup-and-release.sh...

**Errors happen. Please tell us the URL** BUILDING.md **What does it say?** To build, run: ./scripts/loadup-all.sh **What should it say?** The above command does not work unless PATH includes the...

Your "Hello World" example at http://webassembly.org/getting-started/developers-guide/ creates a 1,301 line HTML file, a 2,688 line JavaScript file to make the generated "Hello World" wasm file work. Presuming it is possible,...

documentation

Please, add to INSTALL document: ``` export GRPATH=/usr/local/share/gr/macros export GRHELP=/usr/local/share/gr/help ``` And how to exit: `Alt-X`

It seemed to build okay but when I did ```make release install``` I get: ``` [...] mkdir -p /usr/local/bin mkdir -p /usr/local/share/gr for d in help macros macros/demos macros/kbd macros/tty...