-
With the release of [Svelte 5](https://svelte.dev/blog/svelte-5-is-alive), it's a good time to migrate from Svelte 4. The benefits of Svelte 5 include:
* Enhanced compiler optimisations which lead …
-
Make it easier to manage state in the UI by centralizing/funneling events using reactive solutions.
-
Many of the old code examples on our website, like https://github.com/widgetti/solara/blob/master/solara/website/pages/documentation/examples/utilities/countdown_timer.py (found at https://solara.dev…
-
If you want to return a getter and setter in a function, you have to wrap it in an object property. This can limit some abilities to implement more reactivity in ECMAScript. For example:
```js
func…
-
### Description
Hi there,
I wanted to bring up an issue similar to #407 but with additional details to help clarify the need for an enhancement.
The Html component is an excellent tool for integr…
-
# :rocket: Feature request
## Is your feature request related to a problem? Please describe.
Yes, it's related to a common challenge faced by developers working with Angular and angular-datatabl…
-
The current package entry points use conditional exports which make assumptions about my desired behavior, and provide different implementations based on my environment. In my case, I want to use soli…
-
The VDE guidelines specifiy all the metrics the DSO could ask for. This list of metrics needs to be checked and compared to the current state of `metric_sample.proto`. Afterwards it is open for discus…
-
**We're experiencing issues with state reactivity in the Kendraio App.**
- Including the Cypress test on the Angular 16 upgrade branch (#429), and similar issues with Angular 15.
- Inconsistencies i…
-
## Possible implementation
```kotlin
// StorageRepository.kt
interface StorageRepository {
suspend fun uploadFile(uri: Uri, path: String): Result
suspend fun deleteFile(path: String): R…