Scott Yeager

Results 79 comments of Scott Yeager

Ah, my mistake. I should refine my statement to be that, while the gratuitous packet loss did not appear in my recent tests, there are still big latency spikes on...

Looking much better now. The three nodes that were rebooted have 0% packet loss now. Node 14 which was not rebooted is still showing high packet loss (lower right): ![image](https://github.com/user-attachments/assets/c3783f9a-7495-4a97-a1aa-4b30375c17b4)

I managed to work around this by using `xcaddy`. For example: ```bash wget https://github.com/caddyserver/xcaddy/releases/download/v0.4.4/xcaddy_0.4.4_linux_amd64.tar.gz tar xf xcaddy_0.4.4_linux_amd64.tar.gz ./xcaddy build --with=github.com/caddyserver/replace-response ```

So the incompatibility between virtiofs and overlayfs has been understood for a while in the context of running Docker inside micro VMs and trying to use the virtiofs based rootfs...

Hi @boombatower, so far we are recommending that anyone wanting good performance for overlayfs use a "disk" which just exposes a virtual block device to the VM. See my guide...

That's correct @sameh-farouk. This change eliminates the sales channel/solution provider distribution as well.

> The expected behavior is for the discount to be calculated based on the user's total balance across all contracts, ensuring the discount reflects the actual consumption. I can't find...

I ran into the same confusion with `htmlFor`. Seems the issue is that these examples are actually written as JSX and don't reflect the final HTML that's rendered. I guess...

Thanks for the clarification @dev-willis. So selecting a `label` preceding an `input` would require a separate rule, perhaps using `~` but with the sibling order inverted. I can understand why...

> it's literally impossible to select a preceding element with CSS alone I see what you mean now. The fact of not being able to select a previous sibling is...