Gabriel Grubba

Results 176 comments of Gabriel Grubba

Hey @radekmie, good to see you here; how are you doing? Thanks a lot for this review/feedback. Really appreciate it. What you have said makes a lot of sense and...

Hey @jankapunkt good to see you here! > I'd like to add one more thing: please do not forget documentation. I was in the process of making it. We do...

> I have updated my gist to use z.tuple which allows tuples [1,2] as const in JS too: https://gist.github.com/Akryum/1a26bf4cc82b9a5cd63035aea1a374e4 I liked a lot your implementation! > The name adds to...

@radekmie, I really liked how simple yet functional your implementation is!! > (although, making it zod-only would be a missed opportunity, I think) Yeah, so my thoughts, given the comments...

Gave some more tests into it and I'm kind of liking the results:' ```ts declare module 'meteor/meteor' { namespace Meteor { interface PublicationsMap { } type Publications = keyof PublicationsMap;...

I got it and loved those inputs thx a lot @Akryum and @radekmie !! Given what was said, I will create a package (spiritual successor of ``mdg:validated-method``) as @StorytellerCZ pointed...

I moved this one to this package! I Was Heavily inspired by your implementation @Akryum and some of its parts by @zodern I will give some more thought to making...

I'm closing this PR in favor of any new discussion being discussed in the package repo, and if we decide to move the package to the core, we can reopen...

Hey @jankapunkt, Thanks a lot for reporting!!

Hey, @heschong, maybe it was missing just ``meteor lint`` so it can pass the CI/CD. Looks good to you, @zodern?