Daniel Cadenas
Daniel Cadenas
Show in a different color and/or different shape those dependencies that are from a child class to it's parent class.
When class A inherits, extends or includes class B we currently draw a dependency X from A to B. ``` A----->B X (inheritance/extension/inclusion) ``` We show a dependency Y from...
I've noticed some silent drops on the receiver side under heavy load, mainly because there's no handling for `RecvError::Lagged` in [this section](https://github.com/slawlor/ractor/blob/130bb1a01dd899a8976cf5d5014595aca278db77/ractor/src/port/output/mod.rs#L142). Adjusting the broadcast buffer size could help temporarily,...
Let's improve on what we have in the `GiftWrapperTests` added by https://github.com/planetary-social/nos/pull/1048
Currently, ID-based queries in SQLite are failing. For example, the command: ```sh nak req -i $(nak req -k 1 -l 1 wss://nostr.8777.ch | jq -r '.id') wss://nostr.8777.ch ``` returns nothing....