-
The way that custom templates coming from some git repository are managed at the moment works but is really brittle. This is the main strokes of how it works:
1. When running `hc scaffold web-app`,…
-
Has anyone tried to get Rete implemented on [Svelte](https://svelte.dev/)/[Sapper](https://sapper.svelte.dev/) using [Rollup](https://rollupjs.org/guide/en/)?
Been trying to use this but running in…
-
### Describe the bug
In the documentation for svelte-query v5, it is suggested that you can provide stores for queryOptions in order to make reactive queries: https://tanstack.com/query/v5/docs/svelt…
-
I cannot get the library to work with an object, the previous value never appears
Could you give me a REPL example?
Thanks in advance
-
### Current Behavior
Using 'showNumerals' on Paginator, when the page.size value is changed programmatically, the number of pages shown does not refresh.
For example, I have a filter text and 6 it…
-
The server sends the data in the correct order, but listeners could not catch time to time.
```js
...
connection.select(EVENT_ENTITY_OUT_OF_SIGHT).subscribe((s)=> {
console.log(EVENT_EN…
-
I am aware that we have different single-spa events like onRouteChange or beforeRouteChange to do some operaration. what I am keen to know is that:
I first in the root-config.js we can pass props l…
-
### Describe the bug
We encountered a hard-to reproduce issue combining multiple factors that resulted in elements not being removed from the DOM after a transition ends:
- The element needs to b…
-
### Current Behavior
Currently components like Toast use [exported const stores ](https://github.com/Brain-Bones/skeleton/blob/dev/src/lib/utilities/Toast/stores.ts#L47) to function. This is comple…
-
I'm hoping to use the `dataComponent` on `ptInstructs` to create Edit and Delete buttons in a column in the table.
I've successfully created a component "Actions.svelte:
```svelte
export l…