Zacharya

Results 7 comments of Zacharya

**Walkaround** Sadlly, it's not supported. I used my K8S ingress to deny access to `/api/v1/register` path. Note that it will prevent you from allowing new users to join. My setup...

I will add: it can also be a general counter snapshot count (fail and success) in addition to a gauge with fail count. Might be more useful that way.

It does stay alive, haven't checked if the connection is healthy. It can also happened after successful boot (e.g. removing the permission to s3 after boot).

Getting an issue with Struct Serialization as well, but from another place (seems like the Rust codec is the cause): ``` In [8]: s = Struct().from_dict({"a": 1}) In [9]: s.SerializeToString()...

The issue @leonardgerardatomicmachinescom described is shown when Rust codec isn't installed.

> @zacharya19 what does one need to install? Assuming you got to the exception I got, you need to install `betterproto >= 2.0.7b` to solve it. As I mentioned, this...

> Hi [@ariefsn](https://github.com/ariefsn), thanks for the kind words. Sadly, you've encountered an outstanding issue I need to [address](https://github.com/techniq/layerchart/blob/main/packages/layerchart/src/lib/components/charts/BarChart.svelte#L261), and hope to as part of the Svelte 5 migration (the short...