Robin
Robin
Consider exporting the same API as [encoding/json](https://golang.org/pkg/encoding/json/) in the Go standard library. Since json5 is a superset of JSON, this would allow users to seamlessly start using json5 without having...
Perhaps check the GCC version, just to make sure. If GCC is not installed, or the version is too old, add something along the lines of ``` before_install: - sudo...
That's a shame. Not sure what else may be wrong. What you could do is to run `find /usr/include -type f -name 'stdatomic.h` on Travis, and see where the file...
> why? I couldn't get code coverage reporting to work with the token you sent, so had to update and trouble shoot the ci_checks script. And I don't have access...
Oh well, we can live without code coverage reporting for now. I tried to trouble shoot why the `COVERALLS_TOKEN` is not set by travis, but couldn't figure it out. Without...
> Github tells me you have admin access on all zc repos. Oh, that's more than I know. I thought I was only part of `ext`.
Feel free to merge this and then the `COVERALLS_TOKEN` issue can be trouble shot later. got to go. Cheers, /u
It should work with newer versions of GCC, as suggested in https://github.com/cmus/cmus/issues/604 If there is something specific to Cgo that prevents it from working, I don't know.
> go.mod indicates a dependency on oto. Would be interesting to see if this dependency can be split out from the rest of the project, to only handle encoding/decoding.
> I see you are an author of a Go FLAC package, which is great! Do you have any thoughts about this? How would you like to see github.com/mewkiz/flac interfacing...