Eric S. Raymond

Results 18 issues of Eric S. Raymond

I feel as though I should not have had to write this: ``` // Tokname returns the string name of a token type (for testing purposes). func Tokname(i int) string...

I'm writing an application where the code using the Email object needs to be able to extract extension headers; an example is "X-Thread-ID".May I have a GetHeader method, please?

The one confirming detail left out of the exposition.

I could not make a Conver call work, because the README file fails to explain what a configuration structure is or how to generate one.

I modified the blink demo to be clear about what it''s toggling and when, and what its prerequisites are. ``` /* * blinktest - blink the USR1 LED on the...

enhancement
question

**Is your feature request related to a problem? Please describe.** On a setup with multiple 4K monitors, the combination of unclutter behavior with lack of highlighting on the currently active...

enhancement

The Olimex LIME2 is a Linux SBC based on the Allwinner A20 SOC. It's not on your platform list. I just found Gobot today and the advantage of being able...

platform-request

I'm a scarred veteran of the C style wars of the 1980s. Recently, though, I've come to appreciate the virtues of brutally prescriptive code formatters like gofmt for Go and...

Use_of_uncrustify

I grabbed a copy of hg-fast-export.py hoping that. run in a Mercurial repository, it would ship a fast-import stream to stdout. Instead it fauiiled with this message: ``` Traceback (most...

contribution-required

The manpages commonly use .in +4/.EX....EE/.in pairs for iindented examples. Clean up four exceptional instances out of hundreds in which the .in was the inner operation rather than the outer....