Richard O'flynn

Results 23 comments of Richard O'flynn

Haven’t had a chance to look yet

save: local storage would be a start. disk would be good if something were really important. templates: so you template some common js, css, html that you always find yourself...

same issue using sveltekit / vite. Would be great if someone could investigate / suggest a workaround Some explanation may be found through the following external issues: https://github.com/nuxt/vite/issues/51 https://github.com/nuxt/vite/issues/56

Latest PR breaks for any applications that use rollup to bundle, see: https://github.com/nodejs/readable-stream/issues/348

@Rich-Harris, I want to bundle another package (sequelize), that uses this package. While this issue is outstanding is their any magic/trickery that I can use to tell rollup to replace...

> In addition to passing the CI/deploy preview, could you remove the committed `package-lock.json` files? Should I update .gitignore? I also inadvertantly added palimpsest, should I add this to gitignore?

BTW, you said in the issue comments to use `selectedItem` `selectedItems` which also is breaking? Wasn't sure if you realised? > I'm leaning towards keeping them separate. Preserve the TileGroup...

Wow, that was painful. Mainly due to my own ineptitude, but having to push to debug. Can you advise on a setup to test the components locally. I'm sorry If...

> * remove any changes to TileGroup/RadioTile > * remove RadioTileGroup > * restore the "light" variant example for SelectableTile You did originally ask to bring in the RadioTileGroup? I...

> * remove any changes to TileGroup/RadioTile > * remove RadioTileGroup > * restore the "light" variant example for SelectableTile I've restored the light, I think the reason I stripped...