Tessa Nordgren

Results 28 issues of Tessa Nordgren

It'd be really nice to have bindings in this lib for the common pipeline-stage-view plugin, to be able to fully dig into multi-stage pipeline jobs: https://github.com/jenkinsci/pipeline-stage-view-plugin/tree/master/rest-api

I'm in need of a ProxyReadSeeker to wrap ReadSeekers (like files) for use with the AWS go SDK. stuff like s3.PutObject() says it takes an io.Reader, but really requires an...

I'd love it if this library also handled type pointers, so something like this: ```go type test struct { Name *string `default:"test"` } ``` now obviously a string pointer isn't...

Attempting to install on Go 1.0 produces the following errors: $ go get -v github.com/nsf/golemon github.com/nsf/golemon (download) github.com/nsf/golemon # github.com/nsf/golemon ../nsf/golemon/lempar.go:13: syntax error: unexpected % ../nsf/golemon/lempar.go:63: non-declaration statement outside function...

lots of systems still rely heavily on syslog, it'd be really good for there to be a syslog aware handler. some features I'd like to see in a hypothetical handler:...

handlers

This is my first pass at implementing this handler. I wrote a quick little test script which seems to produce the behaviour I expect, but I welcome feedback on it....

it'd be really good to have official builds of this in dockerhub from this repo, so that folks can use them with container orchestration systems without having to build and...

I'm attempting to upscale some 480p content to 4k, and while it works fine if I use the same input and output formats, but when I attempt to change the...

**Describe the bug** When using the current chnchi installer with default options, selecting zfs root and vivaldi as the browser, chnchi fails out with a pacman error saying it can't...

attempting to test `apt-smart` on the latest Ubuntu LTS, and it fails in the most basic use case, can't seem to detect the release name from `/etc/apt/sources.list`, even though it's...