Robin Gruyters

Results 32 comments of Robin Gruyters

I agree with @iton0, this may overwhelm new users and I think this plugin is more a personal taste to use than for everybody. I advise to keep kickstart.nvim as...

I have tested it and it works perfectly.Although I would suggest to add some comments why this is added.

sorry for the noob question, but how do I pass the `wezterm-flake` input to `environment.systemPackages = []`? I have tried the following, but unfortunately it didn't work for me. ```...

@crabdancing this works perfectly, unfortunately I miss the Wezterm.app to start Wezterm from my Mac. Do I need to add some extra settings? Although I saw in the `default.nix` for...

FWIW, after some testing I noticed that `/metadata/user` will list all users. (total of 1689) I also noticed that the Go Ceph library still uses this method for listing. https://github.com/ceph/go-ceph/blob/master/rgw/admin/user.go#L136-L149

It looks like this issue is only with UDP traffic, not TCP.

Sure! |IP|Description| |--|-----------| |10.128.112.161| DHCP client | |10.128.161.133|Secondary IP for LoadBalancer to use with Tinkerbell| |10.128.161.132|Host IP (where Kubernetes is running|

yeah, when DHCP traffic is passed through a relay address, in this case `10.128.112.161`, it won't work, because reply traffic comes from a different IP,`10.128.161.132`, rather than the expected `10.128.161.133`.

Yes, we use DHCP relais to pass DHCP requests to our Tinkerbell service. It won't work, as in the replied traffic from `10.128.161.132` will not be accepted by the relay...