Dave Jarvis

Results 31 issues of Dave Jarvis

**Describe the bug** Docker build fails on Linux 5.16.1-arch1-1 #1 SMP PREEMPT x86_64 GNU/Linux and Docker version 20.10.12, build e91ed5707e. **To Reproduce** Install Arch Linux (e.g., in a VM), then:...

**Describe the bug** Build fails on Arch Linux. ``` bash $ pip3 --version pip 20.3.4 from /usr/lib/python3.10/site-packages/pip (python 3.10) $ python --version Python 3.10.1 $ python -c "import struct;print( 8...

# Environment ``` $ gradle --version ------------------------------------------------------------ Gradle 7.5.1 ------------------------------------------------------------ Build time: 2022-08-05 21:17:56 UTC Revision: d1daa0cbf1a0103000b71484e1dbfe096e095918 Kotlin: 1.6.21 Groovy: 3.0.10 Ant: Apache Ant(TM) version 1.10.11 compiled on July 10...

a:bug
to-triage

The `HtmlRenderer` class uses the following annotations: ``` java import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; ``` From a purely stylistic standpoint, when possible we should seek to use pure Java annotations. Equivalent...

https://github.com/vsch/flexmark-java/blob/c0313d67e0146292a10d04eb8944faff991579e9/flexmark/src/main/java/com/vladsch/flexmark/html/LinkResolverFactory.java#L13 The methods `getAfterDependents` and `getBeforeDependents` return `null` in a number of cases. Rather than forcing a `null` implementation detail upon implementations, perhaps a `default` implementation would be worthwhile? Having...

**Replicate** 1. Visit https://bossanova.uk/jexcel/v3/ 1. Double click the line separator between columns on the header row. **Expected Results** The spreadsheet autofits the column to the left of the separator line...

feature request

As a user, I would like to add a word to the workspace's lexicon: 1. Editor shows a word that is misspelled (red squiggly) 1. User positions caret onto word...

enhancement
pri:3

A user would like to insert citations similar to that of [PandocCiter](https://github.com/notZaki/PandocCiter): ![citations](https://raw.githubusercontent.com/notZaki/PandocCiter/master/imgs/exmplCiter.gif) Broadly, it is possible to support bibliographic references. Here's what it would entail: * Decide on the...

enhancement
help wanted
pri:2

Add a stylesheet that applies syntax highlighting to the editor whilst editing text-based documents. Currently there is a `MarkdownEditorPane`, which is instantiated by each `FileEditorTab`. This would have to be...

enhancement
pri:2

The file [pluralize.R](https://github.com/DaveJarvis/keenwrite/blob/master/R/pluralize.R) contains an _incomplete_ implementation of [Damian Conway's "An Algorithmic Approach to English Pluralization"](http://blob.perl.org/tpc/1998/User_Applications/Algorithmic%20Approach%20Plurals/Algorithmic_Plurals.html). Implementations exist that either complete or partially complete the algorithm, such as: * Oliver...

enhancement
pri:3