Jeff Trull
Jeff Trull
Usage as described in README.md is fine but more recent versions of clangd, as on my computer, fail with the following message during 'stepu': `["Lexical or Preprocessor Issue:'stddef.h' file not...
The Python six module supplies an "imap" we can use instead of the existing hacks.
In `article`, but not `beamer`, the TOC's links are optional and may be controlled via the `hyperref` `linktoc` option. For example, the name of the section, the page number, neither,...
I'm trying to eliminate the deprecated Timer API usage from Boost.Wave. The new API seems to required linking to the Timer library (i.e. is no longer header-only). I added `/boost//timer`...
The LLVM tool `clangd`, a language server based on Clang, was triggering assertions on some of the comments inside `iso8859_1.hpp`, specifically starting at [this line](https://github.com/boostorg/spirit/blob/0abca50754c266a4191a1cade4477481e42fee19/include/boost/spirit/home/support/char_encoding/iso8859_1.hpp#L206). Evidently some parts are not...
VSCode has a compelling feature that magit-todos + magit-forge _almost_ provides: the ability to create Github issues directly from TODO comments. It would be cool to have this :) See...
### Expected behavior `b l upstream/branch-name` creates local version of upstream branch and checks out the head ### Observed behavior Command fails with `my/long/path/name: smudge filter lfs failed ... [Hit...
I wanted to try Elsa upon the recommendation of a friend so I followed the directions in the README. 1. The instructions do not include `(require 'elsa-lsp)` but without it...
The performance of many real world applications is dominated by data movement, and this provides an opportunity to speed rv51 by implementing a few key libc functions at the 8051...
I am trying to synthesize choices of integers as well as forms inside a grammar, by using both the `??` and `(choose ...` forms. I haven't been able to do...