Rob Bell

Results 5 comments of Rob Bell

We're looking to use Fider at ASOS to prioritise internal features for our Engineering backlog. We're writing some Helm charts for deploying to Kubernetes - would these be of use...

Same issue for me on Windows using Windows Terminal

A simpler way to recreate this if you're struggling: 1. Go to https://kroki.io and paste the following into their editor: ``` C4Context Person(client, "API client", "A client of our API")...

Hi @goenning — any update on this? Bumping to the following will resolve all of the critical vulnerabilities: ``` FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.19-bookworm AS server-builder ... FROM --platform=${TARGETPLATFORM:-linux/amd64} node:16-bookworm AS ui-builder...

Thanks, @mfmadsen and @FredrikDahlberg. Is there any way to guarantee essentially a singleton service in Service Fabric, e.g. never more than one instance?