Dave Jarvis

Results 31 issues of Dave Jarvis

Add support for a variety of Markdown extensions, including: * GitHub Markdown * CommonMark * JIRA [Markdown-Writer-FX](https://github.com/JFormDesigner/markdown-writer-fx) offers a drop-down along the icon bar that gives users the ability to...

enhancement
help wanted
pri:1

Consider integrating a grammar check: https://github.com/languagetool-org/languagetool This may require replacing the current spellcheck implementation with that of LanguageTool.

enhancement
pri:2

Integrate a thesaurus so that the user can look up synonyms along with definitions. [WordNet](https://wordnet.princeton.edu/) is a resource. Java APIs * http://projects.csail.mit.edu/jwi/ * https://sourceforge.net/projects/jwordnet/files/ * http://compling.hss.ntu.edu.sg/omw/ APIs: * https://www.datamuse.com/api/

enhancement
pri:2

# Overview Users want more control over fonts and graphics, which entails adding a configuration file. A simple properties file can contain: * Font name * Font colour (key down),...

enhancement
help wanted

# Replicate In the attached video ([demo.zip](https://github.com/DaveJarvis/kmcaster/files/5315292/demo.zip)) the corners of the application buttons appear aliased. ## Actual ![aliasing](https://user-images.githubusercontent.com/2131950/94874755-a84f8d00-0407-11eb-9f04-a991a292d7d2.png) ## Expected The corners should appear antialiased. # Technical This may be...

enhancement
help wanted

# Overview Add a command-line option to use an SVG file that can customize the background image. # Related It may be preferable to simply defer to using a properties...

enhancement
help wanted

**Replicate** When adding new rows to a `TableView`, the table expands by two pixels. 1. Create a `SimpleTableControl` that extends `SimpleControl`. 1. Add a `TableView` and `ButtonBar` to the table...

Re: https://github.com/jgm/pandoc/pull/4223#issuecomment-356103589 > to always print a (possibly empty) caption, but I see no reason to break with the previous behaviour here. My understanding is that the `location` attribute controls...

writer
format:ConTeXt

# Background A Java application has ties to a C/C++ program via the JNI. # Problem ORT did not complete processing the build.gradle file, yet gave no indication as to...

bug
analyzer

**Replicate** The following steps may fail: ``` $ git clone https://github.com/oss-review-toolkit/ort $ cd ort $ ./gradlew clean installDist ``` **Expected** Build succeeds. **Actual** Build fails with: ``` > Configure project...

needs info