Jean-Luc Mongrain
Jean-Luc Mongrain
Confirm ``` func TestAferoRename(t *testing.T) { fs := afero.NewMemMapFs() require.NoError(t, fs.MkdirAll("/d1/d2/d3", 755)) f, err := fs.OpenFile("/d1/d2/d3/f1", os.O_CREATE|os.O_WRONLY, 0644) require.NoError(t, err) _, err = f.WriteString("asaagsd") require.NoError(t, err) require.NoError(t, f.Close()) files, err...
> how to add create the microk8s with IPv6 CIDR I'm looking to run microk8s with IPv6. And if possible with no IPv4
@coreybruce what are the issues?
> > @coreybruce what are the issues? > > There isn't a working version of Brave for AArch64 or arm7l But why? - Toolchain bug? - nobody built it? As...
why there is no tag/version to the docker image? things must be predictibile, reproduceable
1 year old bug? if maintainer don't care enough to create a tag in a year, that mean the maintainer is too irresponsible, and that product shouldn't be used
@k3daevin you probably don't need to ask to create a PR and just create a PR :stuck_out_tongue:
@wi18b088 https://github.com/matrix-org/synapse/pull/10475
I think that there should be a way to disable completly the leader election, in cases that there is just 1 replicas
as https://github.com/matrix-org/synapse/pull/10475 is merged, it should be possible now