Tom Gillespie
Tom Gillespie
Replace single quotes with combine-and-quote-strings when passing source code to org-babel-eval. hy source blocks were passed to orb-babel-eval using a pair of single quotes, which meant that if a quote...
The .eln files created by the native compile feature are not located in the same folder as the .el and .elc files they are derived from. This means that using...
### Steps to reproduce 1. Issue a PATCH request changing the group and read permissions for an annotation following the [api docs](https://h.readthedocs.io/en/latest/api-reference/#operation/updateAnnotation). For example if I want to move an...
**What version of protobuf and what language are you using?** Version: master Language: Python **What operating system (Linux, Windows, ...) and version?** Gentoo linux, but the problem is present on...
OS: gentoo linux. Backtrace tom@athena ~ $ .roswell/bin/lem Making core for Roswell... building dump:/home/tom/.roswell/impls/x86-64/linux/sbcl-bin/2.0.4/dump/lem-ncurses.core ; cc -o /mnt/str/tom/.cache/common-lisp/sbcl-2.0.4-linux-x64/home/tom/.roswell/lisp/quicklisp/dists/quicklisp/software/cl-charms-20200218-git/src/low-level/curses-grovel__grovel-tmpX4BRKI0R.o -c -m64 -fPIC -I/home/tom/.roswell/lisp/quicklisp/dists/quicklisp/software/cffi_0.22.1/ /mnt/str/tom/.cache/common-lisp/sbcl-2.0.4-linux-x64/home/tom/.roswell/lisp/quicklisp/dists/quicklisp/software/cl-charms-20200218-git/src/low-level/curses-grovel__grovel.c ; cc -o /mnt/str/tom/.cache/common-lisp/sbcl-2.0.4-linux-x64/home/tom/.roswell/lisp/quicklisp/dists/quicklisp/software/cl-charms-20200218-git/src/low-level/curses-grovel__grovel-tmpQ371UGST -m64 -Wl,--export-dynamic /mnt/str/tom/.cache/common-lisp/sbcl-2.0.4-linux-x64/home/tom/.roswell/lisp/quicklisp/dists/quicklisp/software/cl-charms-20200218-git/src/low-level/curses-grovel__grovel.o...
When cross compiling for an alternate libc implementation (e.g. musl for static linking) a different linker required. It is currenly impossible to pass LD=some-other-linker-ld in the environment or as part...
Over the past year or so I have been occasionally encountering sporadic high memory usage in Emacs. I think I have finally tracked it down to running `racket-run-module-at-point` immediately after...
Two issues related to symbols escaped with `|`. 1. unquoted escaped symbols are not propertized correctly so things like parens leak out. 2. It seems like the priority for `|`...
In brief, this is a suggestion to modify the reader to read all forms starting with `#` like symbols and then dispatch. For example this would make it possible to...
This is a meta RFC about how new #langs will be considered for inclusion in the core implementation of Racket. I had to fudge the sections a bit because this...