Daniel Sidhion

Results 10 issues of Daniel Sidhion

I have some concerns regarding privacy and tracking. As of now, CacheP2P "just works", without consent from the end-user. As this relies on P2P and torrent protocols, it's easy for...

Is there a way to customize the focus state of the Graph wrapper? From the code [here](https://github.com/open-source-labs/Svelvet/blob/5f835b641887547d4ab6b4cdf491edb21d62a968/src/lib/containers/Graph/Graph.svelte#L544-L547) I'm not sure if this is currently possible. I'd like to ideally remove...

I want to run some code whenever a node gets selected or deselected. I know that `Node` provides a `selected` prop through a `let:` directive, but due to how Svelte's...

I've been trying to set the selection box color using the global theming structure as described [here](https://svelvet.mintlify.app/styling). However, it looks like the selection box color is always overridden by `Svelvet`:...

Important to acknowledge all the work that went into the port! cc @noamraph @jtojnar let me know if you don't want to be credited directly

### Describe the bug Elements with transitions are getting stuck in the DOM. They remain in the DOM with the `inert=""` attribute and are never removed once they get into...

This isn't strictly rusty_v8, but it's been hard to find any resources on this, so I thought I'd start here since you folks might be able to help. Is there...

Closes #14239. The docs had some missing code when setting up vitest for testing in a browser-like environment, which this PR addresses. It also clarifies that this is needed for...

documentation

### Describe the bug It seems that code inside an `$effect.root()` in unit tests doesn't run. I'm following the [instructions on the docs](https://svelte.dev/docs/svelte/testing#Unit-and-integration-testing-using-Vitest-Using-runes-inside-your-test-files) to set up vitest and a simple...

documentation

I'm provisioning servers that have an internal interface (to communicate with other servers), and also an external interface. I'm using Caddy as a reverse proxy for external services, but also...

feature :gear: