Nick Rogers

Results 19 comments of Nick Rogers

In my experience with other schedulers, IMHO I find this paradigm tends to work well: - Store all job results in the datastore. This is happening already I believe. -...

Thanks for the feedback, I believe I addressed everything. Let me know if I need to squash on my end.

FWIW this is also a blocker for upgrading our large pydantic-based project to v2. We have a custom BaseModel subclass used throughout, with lots of nested models inheriting from it....

> Another use case is so that I can use Tailscale's forward auth server that was written for nginx: https://tailscale.com/blog/tailscale-auth-nginx/ > > The binary generates a unix domain socket, which...

I'm guessing this is now stale, but FWIW I would like this functionality as well. I have 4-5 groups, and in some cases I always want to install all of...

I believe I have fixed any rails 3.1/3.2 issues in my fork, which has also been pulled into the @benlangfeld fork.

I tried the latest port stats dashboard from this repo and am not having any issues, however it could just be something different with my setup. If you query `of_port_rx_bytes`...

> Could you elaborate on what the test using the grafana explorer looks like? Not really sure what I would have to do to test this. > In your Prometheus...

I ran into this as well. Changing `GOARCH` to `arm64` in either the `Makefile` or `cmd/Dockerfile`, depending upon the build method, does indeed work. The resulting plugin operates correctly under...