Ross Patterson

Results 51 issues of Ross Patterson

Readline provides a pretty powerful set of command-line searching and editing features that can greatly increase CLI efficiency. The readline library is also supported by many interactive prompts, including language...

Add [the boilerplate necessary to use this project as a TPM plugin](https://github.com/tmux-plugins/tpm/blob/master/docs/how_to_create_plugin.md#2-create-a-tmux-plugin-run-file). Works for me locally using `set -g @plugin 'file:///usr/local/src/nested-tmux'` and symlinking that into `~/.tmux/plugins/`. IOW, I haven't tested...

FYI, this project's link URL is `https://github.com/miguelmota/ipdr` which redirects back to this project at `https://github.com/ipdr/ipdr` and should probably be updated in this project's GitHub settings.

This automatically assembles test cases for every template under a template directory and compiles it. I used this for a large refactoring to find a few path updates I missed...

feature

I put this in my base test case classes so that TransactionTestCase that leave stuff in the DB (Ugh!) are skipped when I'm running other tests with REUSE_DB == 1....

feature

The Plone coredev tests fail because newlines are being stripped on my laptop running Ubuntu Saucy and @davisagli's laptop as well but pass on Plone's Jenkins server. I downgraded my...

### Version Number 1.4.13 ### Describe the Bug The `pkg_resources` API has been deprecated for some time and it's usage in `arrapi` produces `DeprecationWarning` messages. It's usage should be removed...

bug
status:not-yet-viewed

### Description When a compose project service uses a volume with [the `subpath:` option as documented](https://docs.docker.com/compose/compose-file/05-services/#long-syntax-5), the service fails with a confusing `invalid mode` error. ### Reproduce 1. Create the...

needs-triage

### Description The Docker daemon produces a misleading error message when a service uses a shared/top-level/named volume and the `target:` includes a trailing slash. Paths with trailing slashes are valid...

needs-triage

[The Jellyfin docs for Traefik](https://jellyfin.org/docs/general/networking/traefik2#traefiktoml) describe a configuration for `network_mode: "host"` that is different from and more complicated than [what the Traefik docs describe](https://doc.traefik.io/traefik/providers/docker/#host-networking). Specifically, it only requires adding an...