Gordon Allott

Results 9 issues of Gordon Allott

So the use-case is that I'm trying to get mage working within a docker build, in an attempt to keep it as light as possible and because we use private...

you can reproduce this simply by importing both gozstd and plugin at the same time, for example ```go package main import ( _ "github.com/valyala/gozstd" _ "plugin" ) ``` as an...

So it's obvious that IRCCloud uses the built-in camera app to record video, which at least on my device (samsung S10+) results in about 3-4 seconds of video footage before...

using the android app on chromeos works beautifully for the most part, but when you switch from the android app to another window, then back, it will delete whatever was...

## Problem statement with go1.19 formatting comment formats changed and go-swagger was updated to support that, but Responses defined in routes do not seem to have been included in those...

Hey, I actually had ambitions of building this out myself but after an afternoon of trying and failing to get the garmin connect simulator functioning correctly on my linux machine......

enhancement
needs info

> http2: Transport: cannot retry err [http2: Transport received Server's graceful shutdown GOAWAY] after Request.Body was written; define Request.GetBody to avoid this error Solved by setting [`request.GetBody()`](https://pkg.go.dev/net/http#Request), axiom-go would need...

enhancement

**First, please make sure this Feature request is not already present (either open or closed) by using the search function** ✅ **Is your feature request related to a problem? Please...

adds * seqio.DirOf(dirName) * seqio.DirTreeOf(dirName) (recursive) from the TODO.txt with full implementation and testing