xelxebar

Results 16 issues of xelxebar

## Overview Line 144 in `configure.ac` is a little strange: ``` test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc ``` It strips the `prefix` from `sysconfdir`. I'm not sure what the intent...

## Proposal Instead of using sequential integer `id`s (for the `file`, `tag` and `value` tables, _etc._), using non-sequential (_e.g._ random) integers allows things like database merging. ## Use Case My...

enhancement

## Description Sometimes it's nice to have both short and long names for a tag or value (_e.g._ `pub:journal=classical-and-quantum-gravity` and `pub:journal=cqg`), especially when searching around with the `files` command. Naively,...

enhancement

Just recently having learned about the various [Bit Manipulation Instruction Sets][0], I happened to notice their conspicuous lack on the x86reference. Is this intentional for some reason, or would it...

vex

## Overview AFAICT, while it works in the main window, CJK input fails in the status bar. I have tested with the following input methods: * [uim][0] * [fcitx][1] *...

## Synopsis In the Japanese translation, the word "part" was translated in the sense of "car part" not as in "to part with..." and the word "leave" as in "leave...

It looks like the line-breaker is only triggering on spaces, so long paragraphs of Japanese end up falling back to the terminal's line wrapper, which breaks the layout. . Sample...

Marks are reified as underscore-prefixed variables due to their better affordances than direct strings, *i.e.* we can perform direct arithmetic on mark variables *etc.* Note, also, that updates to the...

## Overview The following warnings show up in my editor's linter: ``` $ go test # github.com/elisescu/tty-share ./client.go:197:14: github.com/sirupsen/logrus.Warnf call has arguments but no formatting directives ./client.go:203:14: github.com/sirupsen/logrus.Warnf call has...

## Overview Working on a CI for a client, we have accumulated a few `Podfile` snippets that need to be injected in most projects for working around various quirks of...