Nicolas Leiva
Nicolas Leiva
If anyone takes this one during the NANOG hackathon, I can answer any questions here or on Twitter that day. Good luck!
Look at [comment-2](https://dmitri.shuralyov.com/idiomatic-go/entries/5#comment-2). `example(s)` could be a collection of them (as in [packer](https://github.com/hashicorp/packer/tree/master/examples)), unlike `errors`, `strings`, and `bytes`. The `encoding` example is an excellent reference (`encoding/json`, `encoding/xml`, `encoding/gob`). I agree...
Yeah, @bekriebel noticed another changed as well (https://github.com/nleiva/ansible-role-grafana_agent/commit/06306f4af136f242602c21e81ef8df4da75edac4). Feel free to submit a PR, I have not had a chance to test this myself yet.
Could you provide a config example with these labels?
Thanks. The current config looks like this: ```yaml prometheus: wal_directory: /tmp/grafana-agent-wal global: scrape_interval: 15s configs: null ``` Maybe we can make it something like: ```yaml prometheus: wal_directory: /tmp/grafana-agent-wal global: scrape_interval:...
Time and/or a PR. Thanks
I updated to Go 1.20, updated to the latest XR protofile and I just fixed the GetOper implementation, the router replies with a string stream. The test case has to...
Oh... I also run into this. The culprit seems to be `redhat.sso` requiring an rpm that's not available on RHEL9. ``` 'python39-devel [platform:rpm compile] # from collection redhat.sso' ```
If you see value in it, go for it. Thanks!
Right, the question is now whether we want to provide a mechanism to compile Pipeline using any of those. It's something simple to script.