jrmyio

Results 48 comments of jrmyio

Imo, a user Id that doesn't exist in the database can be considered **bad input** just like a non-number **userId** is. Yes, in my example I am using `z.transform()` but...

I suspect `middleware` not to be on a per-route level. For a parameter called `locale` I can see how that would always be the same as this could be a...

> With the [new major](https://github.com/trpc/trpc/blob/next/.tmp/v10-docs.md) we could potentially add a new method called `.inputCallback` or similar that could take whatever `input` takes but as a callback instead. 🤔 Is the...

Did anyon succesfully combine the 2 yet?

Kind of in need for a function like this. Let's say I want to do a calculation on a collection as soon as the collection is initialized or changes. Currently...

+1 on this. The path() extension doesn't seem to work either.

I think this issue is also related to: https://github.com/mobxjs/mobx-state-tree/issues/799 The issue there is that remove/add events are triggered while the items within the array actually stayed the same. When you...

I tried MST with react query but react query' caching mechanism seemed to only work with JSON so this could explain why your computed properties are returning undefined as your...