Alan Hoyle
Alan Hoyle
It would be nice if there was a button to quickly clear everything in the UI. The quick work-around is to enable "Clear all when backgrounded" or do a manual...
Unauthenticated attempts to pull git:// URLs now result in error messages, but the https:// URLs work. See below: ``` $ git clone git://github.com/wting/autojump.git Cloning into 'autojump'... fatal: remote error: The...
This changes the default behavior of Smart Selection so that the "word bounded by Whitespace" regex does not include trailing @ or * characters by default. This improves behavior of...
**Syntax:** [Nextflow](nextflow.io) is a workflow description language largely based on Groovy. In addition to the *.nf files, files named `nextflow.config` look pretty good when highlighted with the JavaScript highlighter. **Guideline...
The changes implemented the following things to partially address issue #57 1. removes digit characters from `SPECIAL_CHARS` and therefore the `--specials NUM` output 2. adds a new `--digits NUM` option...
Two related issues here: 1. Some password systems consider digits and symbols to be a separate category and require at least one character from each. 2. Some password systems require...
* Wavebox Version: Any * Operating System & Version: any ### Add a "Check for Updates" button on the "About Wavebox" page. I use Wavebox cross-platform on Mac and Windows....
* Wavebox Version: 10.0.40.0 * Operating System & Version: macOS 10.15.2 **Is your feature request related to a problem? Please describe.** The vast majority of the time, I want links...
Python 2 is end of life on [1/1/2020.](https://pythonclock.org/) There was an old issue reported #54 about this, but it was closed more than a year ago with some mention of...
To make it easier to run on container-aware linux distributions, it might be good to distribute a Docker Image or at least a Dockerfile. ``` FROM mono RUN mkdir /canvas...