John Flavin

Results 7 issues of John Flavin

I know it is possible to use this tool to perform this sequence of actions when bumping the version: * create commit for bumped version * tag new commit with...

feature-request
gauging-interest
git

Hi. Just trying out yattee (macOS) and piped for the first time. I made an account on a piped instance and set that up in yattee. Navigated in yattee to...

In docker API versions < 1.23, POSTing registry credentials to `/auth` would return a `200` if you could log in, and that's all. `DockerClient.auth()` reflects that, returning only an `int`....

help wanted
question
pinned

There are lots of new filters available when listing containers. From the [latest swagger.yaml](https://github.com/docker/docker/blob/master/api/swagger.yaml#L2624): > Filters to process on the container list, encoded as JSON (a `map[string][]string`). For example, `{"status":...

enhancement
help wanted
pinned

I wasn't able to run the `Template.scpt` script. It would ask me to define my variable symbol, then silently fail. I had tried running from within OmniFocus, but when that...

I attempted to make a custom docker image following the example, like so: ```Dockerfile FROM semitechnologies/transformers-inference:custom RUN MODEL_NAME=microsoft/BiomedVLP-CXR-BERT-specialized ./download.py ``` But this failed. ``` > [2/2] RUN MODEL_NAME=microsoft/BiomedVLP-CXR-BERT-specialized ./download.py: 1.967...

### Bug description I am trying to deploy JH to a subpath, e.g. `/jupyter`. I set `hub.baseUrl=/jupyter` and enable ingress, but the `Ingress` object is not correctly configured, it has...

bug