James Mills
James Mills
Possibly related but unclear as to proper usage. #773
**NB:** This works fine for public repos: ```#!bash $ curl -q -s -o - https://coveralls.io/github/circuits/circuits.json | jq -r '.covered_percent' 87.5435835724644 ```
What seems to be missing is an endpoint with the data I'm after.
> @prologic what data are you after? Was my original request not clear? I want the same data that can be retrieved from: ``` $ curl -q -s -o -...
@tomwilkie Thanks for the update! Are there any drawbacks to this approach that you've found besides dropping spans off the ring buffer? Did you solve any of the low hanging...
I'm just using jprjr/rainloop's image.
I _think_ I fixed the macOS builds by removing the following form my `.goreleaser.yml` config: ```#!yaml - env: - - CGO_ENABLED=0 ``` But now I have a problem cross-compliing/building the...
Actually disregard my previous comment, the `CGO_ENABLE=0` _actually_ works and that's the way I build this in our Docker image [Dockerfile](https://github.com/jointwt/twtxt/blob/master/Dockerfile) and that's how we run this in production at...
> The simplest way is build your code in Linux. How does this help solve the corss-compliation issue?