Igor Klemenski
Igor Klemenski
I'm investigating an alternative solution that would involve writing a custom panel for the XAML ScrollViewer we're using. Will report when I know more. If we could just intercept the...
This needs a change in XAML to work properly.
FYI @chancez I'm picking this up from Vamsi. I'll reach out to you on Slack with some questions.
v5.17 has only 5 reasons: https://elixir.bootlin.com/linux/v5.17.15/source/include/linux/skbuff.h We should probably go for 5.18 which has about 40 of them: https://elixir.bootlin.com/linux/v5.18/source/include/linux/skbuff.h#L316
@timraymond This would be very useful to everyone - can you resolve the conflict and merge?
> Before (luke-warm cache): make retina-image BUILDX_ACTION=--load 3.04s user 1.30s system 2% cpu 2:34.11 total > > Before (hot cache): make retina-image BUILDX_ACTION=--load 3.05s user 1.44s system 3% cpu 2:12.67...
Hand-rolled byte order swap for IPv4 (32-bit addresses): ``` uint32_t s = 0x80010000; s = (s & 0x0000FFFF) > 16; s = (s & 0x00FF00FF) > 8; cout
@nddq Yes, those values are always big-endian and need to be converted to little-endian so they can be used by the hosts. I'm working on this now. The question is...
> This is the > > ``` > cilium-spire spire-agent-47m9w 0/1 Init:ImagePullBackOff 0 5m1s 172.18.0.2 kind-control-plane > ``` > > Issue For my information, was this contained in the artifact...
One more hit: https://github.com/cilium/cilium/actions/runs/10742416299/job/29795142132