Brett Higgins

Results 35 issues of Brett Higgins

As described in #1252, panels can sometimes come back with this error: > Data for this panel isn't available anymore. Please reload the page and retry. This is made more...

Feature

On Ubuntu 16.04, GPG 1 is installed by default, and installing GPG 2 installs the `gpg2` executable alongside the existing `gpg` one. This results in some oddly silent failures: 1....

In ActiveRecord's accepts_nested_attributes_for, it uses a case statement on the reflection macro to determine the association type, and predictably, it doesn't include :has_many_polymorphs, which results in a call to a...

Adds app version and build number bumpers for the native iOS/Android project configuration files (e.g. Info.plist, build.gradle). These are usable by expo bare workflow projects, but also react-native projects that...

Per @techalchemy 's comment on this (now locked) issue: https://github.com/pypa/pipenv/issues/966#issuecomment-416773434 > To those who have been waiting patiently for a fix, please do try the resolver mentioned above— we are...

I have an API that adheres to the [jsonapi.org](https://jsonapi.org/) spec, and I'm attempting to describe it with Zodios. One semantic detail that's proven hard to capture is [sparse fieldsets](https://jsonapi.org/format/#fetching-sparse-fieldsets), where...

## What do these changes do? See subject. Also updated the default ``ClientTimeout`` params to include ``sock_connect`` so that this correct behavior happens by default. ## Are there changes in...

bot:chronographer:provided
backport-3.9
backport-3.10

**What went wrong?** With this target definition: ``` unit-tests: COPY --dir project ./ TRY RUN --secret POSTGRES_HOST=pghost --secret POSTGRES_PORT=pgport .venv/bin/pytest -n4 -v project --junitxml=ci/reports/unit.xml FINALLY SAVE ARTIFACT --if-exists ci/reports/unit.xml AS...

type:bug

**Does existing documentation exist?** https://docs.earthly.dev/basics/part-3-adding-dependencies-with-caching#python **Request** I'm currently having trouble to get my Python task to cache as I expect, so I came looking to the docs to see if...

type:documentation

Testing with Docker Desktop on a mac, I have this docker context state: ``` ➜ docker context list NAME TYPE DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR colima moby colima unix:///Users/brhiggins/.colima/default/docker.sock...

kind/feature-request