UkoeHB

Results 284 comments of UkoeHB

@epoberezkin Zero to Monero 2nd edition is a little out of date, but still at least 95% relevant https://web.getmonero.org/library/Zero-to-Monero-2-0-0.pdf .

@alice-i-cecile not a duplicate, this is about toggling to fullscreen and #14255 is about resizing the window itself. They seem related though.

> I suspect that this is a system ordering bug between CameraUpdateSystem and UiSystem::Layout, which both run in PostUpdate with no ordering specified between them. It makes sense to me...

> Here Ping frame is simply ignored, so I can't do the necessary realisation. Pings are automatically responded-to by the backend implementation `tokio_tungstenite` for native clients. If you have a...

Have you verified whether this PR fixes your bug?

@pikerpoler unfortunately that fix is not strictly valid, because `#[reflect(ignore)]` can cause a struct to 'appear' to have zero fields to reflection when in fact it has fields. Also, this...

I agree with `ComputedTextLayout` for consistency, but don't agree about changing `ComputedTextBlock -> TextBuffer`. The `Computed` prefix is a good pattern for marking components driven by bevy systems (like `ComputedNode`)....

This should be fine so long as no additional outputs are added to the tx. Input proofs need to sign the full output set.

> Introduce a ReplicateMutations(bool) component. This seems to have some overlap with entity visibility. Would like to see pros/cons.

The diff proposed to fix [this Mozilla bug](https://phabricator.services.mozilla.com/D231479) appears to re-enable `serverCertificateHashes`. Relevant discussion: https://github.com/w3c/webtransport/issues/623