Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Removes stale repository references

AuthorDaveJarvis <email>
Date2023-09-23 16:43:16 GMT-0700
Commit3ea6e935b6eb64ec85d4476492c94201be181367
Parent7bd659d
.github/ISSUE_TEMPLATE/bug_report.md
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: bug
-assignees: ''
-
----
-
-**Description**
-A concise problem description.
-
-**Replicate**
-Exact and complete steps to reproduce the problem 100% of the time:
-
-1. Open '...'
-1. Click '....'
-1. Click '....'
-
-**Expected**
-Describe the expected behaviour.
-
-**Actual**
-Describe the actual behaviour.
-
-**Screenshots**
-Add screenshots to show the problem, if applicable.
-
-**Environment**
- - Operating System: (Windows, Linux, Mac)
- - Application: e.g., 1.7.16
-
-**Details**
-Add additional information, if applicable.
images/kitten.jpg
images/kitten.png
keenwrite.sh
-#!/usr/bin/env bash
-
-SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)
-
-java \
- --add-opens=javafx.controls/javafx.scene.control=ALL-UNNAMED \
- --add-opens=javafx.controls/javafx.scene.control.skin=ALL-UNNAMED \
- --add-opens=javafx.graphics/javafx.scene.text=ALL-UNNAMED \
- --add-opens=javafx.graphics/com.sun.javafx.css=ALL-UNNAMED \
- --add-opens=javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED \
- --add-opens=javafx.graphics/com.sun.javafx.text=ALL-UNNAMED \
- --add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED \
- --add-exports=javafx.graphics/com.sun.javafx.application=ALL-UNNAMED \
- --add-exports=javafx.graphics/com.sun.javafx.geom=ALL-UNNAMED \
- --add-exports=javafx.graphics/com.sun.javafx.text=ALL-UNNAMED \
- --add-exports=javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED \
- --add-exports=javafx.graphics/com.sun.javafx.scene.text=ALL-UNNAMED \
- --add-exports=javafx.graphics/com.sun.javafx.scene.traversal=ALL-UNNAMED \
- -jar ${SCRIPT_DIR}/keenwrite.jar $@
-
Delta0 lines added, 54 lines removed, 54-line decrease