Marko Mitranic

Results 40 comments of Marko Mitranic

Thanks for the tip @richpodraza I will try it out and report findings. @obrhoff oh ok sorry to hear that. Do you think it would be feasible to introduce the...

@obrhoff [Spotify says](https://developer.spotify.com/documentation/web-api/reference/get-users-saved-albums) that this endpoint corresponds to "Users Saved Albums" in "user's Your Library". Just looking at your code (without knowing Swift) it looks like you are using the...

I can't explain more about the feature, I'm not very proficient in VSCode extension development. However here is a rundown of my setups and the steps I've taken. ### Replication...

@stipsan yes, it resolved the issue immediately :) we should probably update other sanity libs that require this one, so that we don't have to hold a pointer to sanity/ui...

In my case, I stumbled upon this discussion as I couldn't force discriminated union to extract schema options from a union of literals: ```ts const NavigationItemZod = z.strictObject({ _type: z.union([...

> Another option for people to use: > > ```ts > z > .enum(["true", "false"]) > .nullish() > .transform((v) => v === "true") > ``` I've found this onefrom @elie222...

@juliusmarminge is there a goal for when this will get merged? Asking simply because not sure if we will be waiting for trpc to exit beta before its merged -...

I just now realized that simple deletion of `trpc/server.ts` resolves this problem entirely. If you don't use trpc within server components, and instead treat it as a client-only method of...

Hey @thijskaspers yeah, you are completely correct in that. The build however never happens, because it was already build, so its just loaded from cache, and thus I've never felt...

@thijskaspers Oh yeah, whatever they do with their filesystem, mutagen will still be faster as it is literally just fancy-pants `rsync` wrapper. So, from the perspective of the container, the...