Daniel Cadenas

Results 8 issues of Daniel Cadenas

Show in a different color and/or different shape those dependencies that are from a child class to it's parent class.

Feature

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...

Feature

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....

## Summary Create directories directly from the picker by typing a name and pressing Enter (or Ctrl+Enter if matches exist). Supports git init and cloning from GitHub/GitLab URLs. ## Changes...

## Summary Fixes #1654 - Adds support for multi-codepoint emojis in `theme.yml` glyph fields. ## Problem Emojis with Unicode variation selectors (🖼️, 🖥️) and other multi-codepoint sequences caused the entire...

## Bug Description Emojis with Unicode variation selectors (like 🖼️ and 🖥️) cause the entire `theme.yml` file to be silently ignored due to deserialization failure. ## Reproduction Steps 1. Create...