Jackson Holiday Wheeler

Results 8 comments of Jackson Holiday Wheeler

This would be fantastic!

Brilliant! We will test this out ASAP; hopefully tomorrow, but certainly next week.

@Lootwig Do you mean this usage for the style question? ``` route('/(app)/posts/[postId]/edit', { routeId: , params: { postId: 'whatever' } } ) ```

AFAIK in the docs it says `store.set(value)` is the proper way to set a store's value, so I would say it's a bug that it doesn't work as described. And...

> `$count = 0` does work because it's known "for sure" that `$count` will be set to `0`, so it sets the value locally at the same time as it...

@Conduitry Do we expect this to be fixed with Svelte 5?

Is this already in `@types/react-native-expo-image-cache`? When I try to install that package, yarn & npm both complain that there is no such package.

What we've done that seems to work is to write a function that builds the query. Let's say for example that you want to fetch a list of messages in...