Simon Effenberg
Simon Effenberg
in https://github.com/athena-oss/athena/blob/master/lib/shared/functions.os.sh#L603 the `_get_host_ip_for_mac` is expecting the host IP on device en0 which is not always the same. To improve this situation we should at least (thinking of IPv4/v6) go...
We saw in our different clusters different reporting even though Velero was affected the same in all three clusters. Checking again on the implemented PrometheusRule it is as described in...
Hi, in the file https://github.com/ticruz38/svelte-sheets/blob/main/src/lib/index.ts you have ```js // quick fix for SSR support if (typeof window == "undefined") { global.document = {} as any; global.window = {} as any;...
Hey, the CSV export is doing a simple `join(',')` on each row and a `join('\n')` on all rows. CSV actually supports (depending on the flavour different things including specifying the...
This is a copy from https://github.com/vmware-tanzu/velero/issues/7132 therefore please also check the conversation there for further input. > We saw in our different clusters different reporting even though Velero was affected...
trying to update all relevant dependencies to have no audit issues anymore see issue #41
hill-chart depends on an older version of d3-color which can only be fixed by switching to a newer version is there any plan to upgrade the hill-chart package to update...