Nikhil Saraf

Results 27 issues of Nikhil Saraf

Hi, Firstly thanks for this super awesome tool. I really loved how simple it is and how simply it works. I just wanted to share a fork, https://github.com/nksaraf/playroom, that I...

### Clear and concise description of the problem Really awesome plugin here, we made it part of `solid-start` (`solid-js`'s meta-framework) by default. One part that we missed was getting this...

enhancement
pr welcome

Want to use this tool for doing storybook type development: https://histoire.dev/guide/getting-started.html. Needs solid support and then we can probably configure it for you

Umbrella issue to track documentation for solid-start at https://docs.solidjs.com/start - [ ] #155 - [x] #154 - [ ] #141 - [ ] #120

documentation

There are a bunch of HMR related issues with `routeData` and `server` functions that need special consideration. @ghalle has been working on some fixes but this probably requires additional thought...

bug

As per this comment: https://twitter.com/lcasdev/status/1516838233359122434?s=20&t=ufhOOm_SiqHszQPWK0wmHQ, we should be able to stream the static assets from the Deno adapter ```ts const file = await Deno.open(`.${pathname}`); // Respond to the request with...

enhancement