Zoltán Gaál
Zoltán Gaál
I have a repository with a few create/read/update/get methods using transactions and pool. Nothing special. Now I'm trying to make it generic over the database to support both sqlite and...
EventStoreDB has a great feature to read events in reveresed order. I know it is not pure eventsourcing but it is a great feature display the last few (paged) event...
It is more of a question or feature request: as I see it is possible to share the same mesh between multiple objects (using the mesh handles) but there is...
There's an already open request about an owned_map feature that return a non-borrowed object. Please consider improving the API with other construct as well: - map : `&T -> &(mut)...
**Describe the bug** Generating children dynamically is problematic. The list of children are sent as a single View instead of a list of views. Please see the sample code for...
resolves #2386 Into() is added to the default_code when the prop is into and there's a default expression
At the momement MaybeSignal and similar component properties can be constructed like this: ``` #prop(into, default = false.into()) disabled: MaybeSignal #prop(into, default = "Some value".into()) disabled: MaybeSignal ``` While this...
My data to cache are immutable, "cache forever", but i would not like to keep everything "forever" and i'd like to give some size limit on the cache (with lru...