James Mills
James Mills
Trying to parse and generate Go code for a WSDL found here: - https://information.qld.gov.au/service/Addressing/ValidationService/PLSplusPublic/soap?wsdl Results in the following error(s) (_which I don't actually understand..._): ```console $ gowsdl 'https://information.qld.gov.au/service/Addressing/ValidationService/PLSplusPublic/soap?wsdl' 🍀 Downloading...
Hey 👋 Been using your package here to try to write some cli integration tests for my project [box](https://git.mills.io/prologic/box) and am running into a few issues that I _think_ could...
Coverergates doesn't work for my setup where I have 182 repositories in Gitea: ``` [email protected] | 2022/09/29 08:08:01 /go/src/github.com/covergates/covergates/models/user.go:179 too many SQL variables ``` Can we do something about this?
Hey folks 👋 Just wanted to share my config that I finally got working: - Runs on Docker Swarm - Uses Treefik for ingress - Uses Gitea for OAuth 1....
This PR adds a simple command-line tool called `sysinfo` to help test and demonstrate the package. This helped me review and test #40 and also found a bug 😅
A `fabtools.brew` would be nice as well as a `fabtools.require.brew` (_I may work on this, but I don't have the time right now..._).
I'm thinking of developing a tool specifically for importing BIND Zone Files directory into Digital Ocean's DNS services via their API and am thinking of doing this with the poseidon...
I'm trying to use `ListField` of `ReferenceField` to maintain a list of user channels of my `User` model as well as a list of users in my `Channel` model. **Model:**...
I'm a little confused of the option `path` that can be supplied to `consulator import ...` as well as (_by the looks_) just `consulator` too (_judging from the `--help`). Can...