Tristan Miller

Results 83 issues of Tristan Miller

I am interested in helping to migrate the filetime_from_git plugin to the new repository. I don't know much Python but am willing to muddle through the process if a maintainer...

The current version of DKPro Core requires Java 8 or higher, but the [Intro using Java](https://dkpro.github.io/dkpro-core/pages/java-intro/) page instructs users to install Java 7. This can cause the following problems: *...

With the original BibTeX bibliography styles, entries containing a `crossref` field are not printed in full; instead, the crossreferenced entry appears separately, and the entry that crossreferences it appears in...

enhancement

I use X2Go to run individual applications remotely. For as long as I can remember (seven or eight years, at least), I've never been able to resize these remote windows...

In the `UniversalDecompressor` class of the wikimachine module, the path to the decompressor XML configuration file is hard-coded. This makes it impossible for users (other than those compiling from source)...

🆕Enhancement

Many modules contain non-Java files in the `src/main/java` hierarchy, and miscellaneous XML and settings files in the root directory or in other odd places. These should be moved to more...

🆕Enhancement

The documentation includes a number of example snippets; it would be nice if the corresponding output could also be included.

enhancement
documentation

jabbrv fails to abbreviate words when they are preceded by delimiting punctuation (opening parentheses, quotation marks, etc.), and when it abbreviates words, it incorrectly removes any delimiting punctuation that follows....

I'm using Biblatex and I'd like to apply ISO 4–style abbreviations to the titles of conference proceedings (i.e., the `booktitle` field of `@inproceedings` entries and the `title` field of `@proceedings`...

The line count in GPP's error messages appear to be off by one. Example: `echo '#undef x y' | gpp` produces `stdin:2: warning: Extra argument to #undef ignored` but we...

bug