Results 41 issues of Doug Goldstein

## Version(s) of meta-rust - master / Rust 1.12.1 - krogoth-1.12.1 / Rust 1.12.1 ## Version(s) of poky and/or oe-core - krogoth - morty ## Steps to reproduce Hard to...

bug
R-morty
R-pyro

`TcpServer::serve()` calls `unwrap()` when bind/setting up the socket and does not return the error or let the user handle the error in anyway. A link to the line in question...

The code base already requires Python 2.6 which has print available as a function. The upside of using print as a function is that the code base works on Python...

Uses the existing in-tree Dockerfile to build Docker images when a release is made and everytime there is a merge to master. Publishes the images to the GitHub Container Registry...

A-WISH
platform:linux
packaging
needs:discussion

I'm attempting to do `hledger print -f example.csv tag:account=1111111111` with the attached files and I'm unable to get any output. I'm creating the query based on https://hledger.org/hledger.html#queries and https://hledger.org/tags-tutorial.html ```csv...

A-BUG
csv
queries

Use the GITHUB_SERVER_URL variable instead of hardcoding the GitHub server as github.com

If you use `pull_request_target` or you've had another commit to your repo since this started running or you're using merge trains then the latest commit might not be the right...

Rather than creating a tokens2.AuthOptions inside the authentication flow for identity v2, allow any structure that implements the tokens2.AuthBuilderOptions interface to be used. The interface is modified to add a...

semver:major

So for Identity v3, gophercloud takes in an `AuthOptionsBuilder` from the `token3` which ensures that the data to authenticate with will conform to the Identity v3 APIs. This allows people...

Added support for GitHub Enterprise servers by loosening the restrictions on the hostname portion of the deploy key comment being "github.com" to any hostname and then using that hostname in...