Stephen Driffill

Results 5 comments of Stephen Driffill

I can confirm am getting this error with v2 indie-stack i.e.`@remix-run/serve` as of SHA [da0c6b7](https://github.com/remix-run/indie-stack/commit/da0c6b74fa309b5372d48abed8fc0fc281b6d607). Error message when saving a file: ```sh info rebuilding... (~ app\routes\notes.tsx) info rebuilt (450ms) Command...

I'd find this very handy developing in Remix, where I could be accessing the URL search params either client side in my route component, or server side in my action...

I think the readme section [hybrid routes](https://github.com/kiliman/remix-flat-routes#hybrid-routes) covers why you'd be seeing this behaviour for deeply nested folders. See the [epic stack](https://github.com/epicweb-dev/epic-stack/tree/main/app/routes/users%2B/%24username_%2B) for a manual solution using a custom file...

Hey rowanwins, thanks for getting back and for providing the above workaround. I can see it would work but it's the bit where the user would have to calculate whether...

Thanks for the reply rowanwins. I am indeed using the `turf.distance` for my pathfinder distance function in the example above. This issue was more about the construction of the visibility...