-
Hi, I'm starting to update my projects to Svelte v5 and noticed that some of the rules I added were no longer relevant or outright incorrect. While at it, I went over all rules and I propose to deprec…
-
### Is your feature request related to a problem? Please describe.
Now that vanilla JS APIs are available, it would be great to have native support for **Svelte 5**.
### Describe the solution you'…
-
The MVC link builder has some great Kotlin extensions that reduce the boilerplate code quite a lot. But when using reactive, which is quite a valid use case when using Kotlin, there is no such support…
-
As per the suggestion in [this comment](https://github.com/reactive-firewall/multicast/pull/184#discussion_r1843284211), we need to add input validation for the `DOCS_BUILD_REF` environment variable i…
-
When a reactive update is `compute`'d, its return value is compared to the current before invoking any watchers, irrespective of whether the reactive object is marked as `always_update` due to this lo…
-
- is there better way to perform tack reactive?
- I'm doing this
```svelte
let { id }: IDProp = $props();
let orgPromise = $derived(getOrg(id));
const getOrgTask = task(async (param: number…
-
### For what version of Nuxt UI are you asking this question?
v3.0.0-alpha.x
### Description
I have a login page with schema validation, and the `:state` is passed as undefined, but everything work…
-
### Contact Details
sebastian.will@polytechnique.edu
### What happened?
Adding SHAPE soft-constraints with NaN values has unexpected effect in code like
```
seq="CGCAAAGCG"
shape=[0,0.5]+[np.na…
-
Should be callback free, emits a new event goes to stream. Listens to stream for events targated to it.
The abstraction I want each component is that it can be connected to n no. of streams and ca…
-
When retrieving an entity that models a composite table between two other tables and uses an `@IdClass` that includes the IDs of the related entities **and an additional property** as the composite pr…