Michael Tesch
Michael Tesch
i think this is the fix: ``` (defvar bison--word-constituent-re "\\(\\sw\\|_\\)\\|\\('.'\\)") ``` although maybe it should go in bison--production-re ? try this: ``` rule: 'h' 'e' 'l' 'l' 'o' {} |...
here's the fix, i think: ``` (defun bison--production-alternative-p (bol eol section) "return t if the current line contains a \"|\" used to designate a rule alternative" (save-excursion (goto-char bol) (if...
feature request: since you're already supporting fmt, it would be nice provide a completely iostreams-free option.
It would be useful to (optionally?) store the arg(s) in the output file. Let's say you have a benchmark that has different performance for different sizes of N. And you...
1st: thanks for this awesome library! I've been using it for a couple years on every c++ project I write. It's nice and simple and *just works*. It would be...
This is an extension of #142. Not sure if you actually want cmake support, but might be useful to some people. Is there anything we can do to improve it?...
In response to the request for a utility program in #52. Glad to make any changes.
Hi, nice library, thanks for sharing! here's some support to auto-testing when checking into github. Including cmake and ctest. also set the executable bits on the shell scripts. Cheers
This is a feature-request / place-to-capture a design document. ## Summary It would be nice to have support for OpenCL interoperation with Vigra MultiArrays. ## Details This can be at...
Removing WINDOW_SETTINGS_TITLEBAR from TBWindow.settings causes the titlebar to disappear, but still leaves empty space in the window where the titlebar would have been. Quick example is to add this code...