Craig Peterson

Results 60 comments of Craig Peterson
trafficstars

somehow restarting fixed my problem. I was also mucking about in raspi-config too, so not sure if anything there helped. I think if I exit without closing down gpio it...

I'd also love to have this information. I'm not sure using `generate_moves` is necessarily the right approach though? It seems if there are checks involved, there could be very few...

Perhaps that is getting complicated enough to not make sense on command line? 'http://foo:80;stats,http://bar:4444;somethingelse' could work though. > On Feb 3, 2015, at 8:16 PM, Jason Wilder [email protected] wrote: >...

Another possibility might be to disable if a frame has a named item. Not sure if the nbt selector gives enough info to allow that? Then I could have a...

That feature adds pins for (up to) 100 korok seeds. It should pick the 100 closest to your character's current position.

Sorry, I got sidetracked on this and we decided to use our existing dns tool for this as well. I think this feature is still an ok idea, but am...

One workaround for this would be to create multiple GrafanaAgent resources. You can have one for logs without the nodeSelector, and one for metrics with it. Each `GrafanaAgent` can include...

I was planning to add it to the grafana helm charts repo: https://github.com/grafana/helm-charts That automatically makes a helm release when the code there is updated. The only automation on our...

Should helm chart polling be done by the helm operator or by fluxd? Fluxd already has a very similar paradigm with config for the git repo and rate limiting config...

Nvm, it seems fluxd is definitely the right place, if this autoamation will be committing back to the master repo.