Nathan Barraillé
Nathan Barraillé
It looks like whenever the views in the adapter change their layout onAttachToWindow() is called on the footers. This is problematic when for example using an indeterminate ProgressBar as a...
Replace hardcoded `pchMessageStart` and address `version` bytes to support a bunch of altcoins. Haven't tested all features but extracting addresses from transaction works
**Is your feature request related to a problem? Please describe.** I am using Identity Platform with multi-tenants for my B2B2C platform. I am creating tenants programatically every time a new...
Missing generic declaration in HeaderCell type creates typescript error when doing the following: ```typescript export function createDataTableHeaderCell(): HeaderLabel { return (cell: HeaderCell) => createRender(MyHeaderCellComponent, { props: cell.props(), }); } ```...
I am not sure I understand why the `serverItemCount` is not a part of the pagination state. As explained [here](https://github.com/bryanmylee/svelte-headless-table/issues/210#issuecomment-2045852794), this makes us keep track of another store while this...