Alec Helmturner
Alec Helmturner
This issue breaks tRPC - given the line below in `{basedir}/app/nextjs/src/utils/api.ts` (using the t3-turbo starter for example): ```ts export const api = createTRPCNext({ config() { return { transformer: superjson, links:...
As a separate wish-list item, It would also be nice to have an idiomatic way of _**setting**_ properties directly on `process.env` for libraries that check the `process.env` internally. The use...
I can see an argument for not mutating process.env.xxx, and I understand if RN apps are out of scope. Perhaps they should be - after a bit of playing around...
Allow for ZodObject to be passed directly to `client`/`server` keys instead of an object of ZodTypes
If there's a technical limitation to z.object, I wonder if there's an innovative workaround. I'm thinking, what if there were another parameter: `discriminatedUnions` (name up for debate, picked something illustrative)....
Allow for ZodObject to be passed directly to `client`/`server` keys instead of an object of ZodTypes
@feder240516 Any way I can help? I'm pretty nifty with type inference, and could certainly use this for work!
I'm totally blocked. I've read some of it, but every time I use the `turbo` cli I get an error (which means I can't even get past install because of...
Thanks! Forgot to mention I'm on version `0.9.13`. I was able to glean a bit more information by running `npx phero server build`, which gave me the following output with...
Thanks for the reply! Both of those work-arounds would be fine. I was mostly kicking the tires, anyhow 😋 I imagine it's a tall order to implement parsers for every...
3 & 1/2 months later... how about "Phero module" or "Phero spec" or "Phero def"? The latter is reminiscent of "Type def", which seems fitting for the nature of the...