gitcatrat
gitcatrat
Would be super nice to have. This is the only missing feature that blocks me from using RediSearch.
Is there something blocking this?
@TomPohys I'm wondering if I could quickly fix this (even if temporary hacky fix) by modifying layer SQL or something? Edit: Would prefer to show county borders in any zoom...
Had very similar issue.. It turned out after 2 frustrating hours of debugging that the code path where material was instantiated didn't run. There's at least some possibility that OP...
For us this is a must before even considering Solid, we heavily rely on multiple locations being rendered at the same time. Any ideas if this router plans to support...
@thetarnav You hit the nail in your example - it works as desired for that use case! But it seems to be the simplest case: routes only contain one background...
@Brendan-csel I'd like to think that, all the routers I've used supported this. I first discovered it in react-router example many-many years ago and my feeds haven't looked back since....
I'll throw an example app together later today (finished Solid tutorial yesterday, haha). My thinking is still very much stuck in component re-render paradigm, so it definitely needs to be...
Okay, tested the proposed solution out (hopefully correct based on last few comments): ```js // library's Router change const matches = createMemo(() => getRouteMatches(branches(), props.location?.pathname || router.location.pathname)); ``` ```jsx //...
If this router were to support it, then probably this is what would need to change.. My Solid knowledge is still very limited but I'll try to research as much...