Jeffrey Faer

Results 25 issues of Jeffrey Faer

Observed behavior: ``` $ vim scp://me@computer//path/to/README.md p Please install the necessary requirements: https://github.com/JamshedVesuna/vim-markdown-preview#requirements $ scp me@computer:path/to/README.md . $ vim README.md p ``` Expected behavior: I expected vim-markdown-preview to work with...

``` $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.4 LTS" $ snap remove mqtt-explorer $ snap install mqtt-explorer $ which mqtt-explorer /snap/bin/mqtt-explorer $ mqtt-explorer . . . 17:21:19.618 › App...

My HSA provider doesn't support Quicken export anymore. It does support Excel export, however. I was hoping to use this tool to bridge the gap, but unfortunately, this tool doesn't...

enhancement
help wanted

The current pattern for tests leaves something to be desired: - Each *(Positive|Negative)Cases.java file generally contains several checks. It would be nice if each check was an individual test case...

I've noticed some strange behavior with list change events when using `EventStreams` or `LiveList`. - `LiveList` does not support update events. - The [`ListChangeListener.Change::next`](https://docs.oracle.com/javase/8/javafx/api/javafx/collections/ListChangeListener.Change.html#next--) contract is not followed. ``` java...

I'm using https://github.com/hectane/wordpress-hectane to power a contact form on my website. It's generating emails like the following ``` Content-Type: text/plain; charset=utf-8 --03188fce48023ba34a4e459e471c59e0ca9deffbdaea8b926ed6e57dacd7 Content-Type: multipart/alternative; boundary=b972600c5117462370a40eeacdb3c0553d2c1ff177e5366b9bf6acb18302 --b972600c5117462370a40eeacdb3c0553d2c1ff177e5366b9bf6acb18302 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain;...

I learned about hectane from https://github.com/docker-library/wordpress/issues/30#issuecomment-145320414. I installed the WordPress plugin, and have the following service in my docker-compose.yml: ``` mail: image: hectane/hectane:0.3.1 environment: LOGFILE: /dev/stderr DEBUG: 1 volumes: -...

[JUnit 5](https://github.com/junit-team/junit5) introduces a new [extension mechanism](http://junit.org/junit5/docs/current/user-guide/#extensions). It would be nice if there was a `JukitoExtension` for JUnit 5. Is there any interest in officially supporting JUnit 5?

### What does this PR do? Changes the contributed bootstrap-in-dir script so that it passes the tty through to the individual bootstrap scripts. ### What issues does this PR fix...

1