Norman Ramsey
Norman Ramsey
I'd like to cite your work in a book I'm writing. But personal URLs are notoriously short-lived. Would you be willing to upload PDF to arxiv.org, or some similar location?...
After using `clang-tags` successfully for some years, I had to rebuild it after a major OS upgrade. Now I have noticed some difficulty: it is not identifying every use of...
At the moment, I'm continuing to use clang 3.5, which seems to work. clang-tags compiles against llvm/clang 3.8, but it fails one of its regression tests.
This patch extends the sqlite database with a new field `isDefn`, which is populated by calling the libclang API function ``` unsigned clang_isCursorDefinition (CXCursor) ``` A potential issue with this...
I'm finding the clang-tags sqlite database incredibly useful for my project, but it would be even more useful if a new column were added to the tags table, containing the...
I hope I have followed the build instructions correctly. I cannot get lwan to build; it is looking for a `lua.h`, but there must be an option `-I/usr/include/lua5.1` missing somewhere....
My LaTeX markup allowed a space to creep in before a dash in a Markdown list. I expected pdfpc to recognize the markup, but it did not. To reproduce the...
I've been using https://pandoc.org/lua-filters.html#pandoc.table as a guide to calling `pandoc.Table`. But in the latest release (2.10), that interface is different. The two should match. It would be very helpful if...
I'm running fish 3.7.0 on Debian Linux under `xterm` ($TERM is `xterm-256color`). Uname reports ``` Linux homedog 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux ``` I tried fish...
nflvid is eating up 100M of disk space. Why can I not type `make clean` after installation?