Ask Bjørn Hansen

Results 77 issues of Ask Bjørn Hansen

The `plans` APIs are being superseded by the the `prices` APIs, best I can tell: https://stripe.com/docs/api/prices

future enhancement

In https://github.com/loft-sh/component-chart/blob/master/templates/pod-autoscaling.yaml it appears the HorizontalPodAutoscaler gets configured to target a StatefulSet if a deployment has any non-readonly volumes.

In the service the `app.kubernetes.io/name` label is the name of the release. In the deployment it's `devspace-app` (and there's another label that points to the name of the release). It'd...

Since we live in the future where we know better, I think it'd be nice if the primary branch in the git repository were renamed to, for example, `main`.

It'd be spiffy to have a way to make a custom action that exports health status. For example an action could be made to export data to cube – http://square.github.com/cube/...

Adding a custom strategy by tweaking the upbeat script doesn't seem quite right. :-)

It'd be nice if an action could return more meta-data about a status than just pass/fail. For HTTP the response time thing is useful enough, but other checks might want...

I don't know fi this is an `otelconnect` issue or a general connectrpc issue (I'm new to both). I have a mix of interceptors (including this one) and http.Handlers. It'd...