Julius
@jumr.dev
this is the function that transforms the iterable github.com/trpc/trpc/bl...
github.com
January 27, 2025 at 4:34 PM
this is the function that transforms the iterable github.com/trpc/trpc/bl...
I like that! We pushed for typed errors here but seemed out of scope :/ github.com/trpc/trpc/pu...
feat(server): add Standard Schema support by fabian-hiller · Pull Request #6079 · trpc/trpc
🎯 Changes
An union of schema library authors (Zod, Valibot, ArkType, ...) collaborating on a standard interface for schema libraries called Standard Schema. This simplifies implementation and preve...
github.com
December 12, 2024 at 3:48 PM
I like that! We pushed for typed errors here but seemed out of scope :/ github.com/trpc/trpc/pu...
not sure as it's currently `Schema.decode(mySchema)` and not `mySchema.parse` - so you need to import the effect dependency to decode a schema unlike zod where the parse method is attached to the schema itself
December 12, 2024 at 1:05 PM
not sure as it's currently `Schema.decode(mySchema)` and not `mySchema.parse` - so you need to import the effect dependency to decode a schema unlike zod where the parse method is attached to the schema itself
We do custom parsing for them github.com/pingdotgg/up...
github.com
December 12, 2024 at 12:22 PM
We do custom parsing for them github.com/pingdotgg/up...
Its an initiative by Valibot, Zoe and Arktype - I don’t know of any other alt.
Up until now every schema library has used their own type structure so when another library wanna build on top (e.g trpc) it’d need to add inference helpers for every interface they want to support. This streamlines that
Up until now every schema library has used their own type structure so when another library wanna build on top (e.g trpc) it’d need to add inference helpers for every interface they want to support. This streamlines that
December 11, 2024 at 11:04 AM
Its an initiative by Valibot, Zoe and Arktype - I don’t know of any other alt.
Up until now every schema library has used their own type structure so when another library wanna build on top (e.g trpc) it’d need to add inference helpers for every interface they want to support. This streamlines that
Up until now every schema library has used their own type structure so when another library wanna build on top (e.g trpc) it’d need to add inference helpers for every interface they want to support. This streamlines that
Yea sometimes they’re nice, especially if they can leverage the browsers “object expander” ( not sure if they do that today). I just want to be able to disable it when debugging client side stuff
They are labeled, don’t think you can filter them away though.
They are labeled, don’t think you can filter them away though.
December 8, 2024 at 9:29 AM
Yea sometimes they’re nice, especially if they can leverage the browsers “object expander” ( not sure if they do that today). I just want to be able to disable it when debugging client side stuff
They are labeled, don’t think you can filter them away though.
They are labeled, don’t think you can filter them away though.
Hmm..
I don’t quite like that they hijack it like that, especially when debugging something client side and you get all the server noise mixed in
I don’t quite like that they hijack it like that, especially when debugging something client side and you get all the server noise mixed in
December 8, 2024 at 3:18 AM
Hmm..
I don’t quite like that they hijack it like that, especially when debugging something client side and you get all the server noise mixed in
I don’t quite like that they hijack it like that, especially when debugging something client side and you get all the server noise mixed in
Nice! Ticks all the boxes. Works on mobile, can select version and link specific lines of code socket.dev/npm/package/...
socket.dev
December 4, 2024 at 2:02 PM
Nice! Ticks all the boxes. Works on mobile, can select version and link specific lines of code socket.dev/npm/package/...
Tempted to make a tiny browser extension that takes you to that other page when pressing . on npmjs.com/PKG
December 4, 2024 at 1:27 PM
Tempted to make a tiny browser extension that takes you to that other page when pressing . on npmjs.com/PKG