Datner
Datner
@dilame I honestly have no clue what you're showing me, I don't have code that looks like that.. Remember that effects patterns are still emerging, there are very few blessed...
pump
@pi0, do you have a recommendation for a 'better method of detection' that could be used?
the suggested type ```ts type CreateMembershipProps = { // ... email: string | undefined; // ... } createMembership({...}) // Type-Error, `email` is missing createMembership({..., email: undefined }) // OK ```...
I'll attach my comment from the discord verbatim: the experience using the js (node and web) api is quite painful, there are very obvious C# (and similar) influences in the...
Because the sdk is generated, keep the old and add the new. If packed correctly the unused sdk should treeshake out
+1 I am very regretfully finding myself rewriting the entire sdk so it's usable and I am debating with my partners if we should just ditch appwrite for a "more...
 ```ts import { Url } from "next/dist/shared/lib/router/router"; import NextLink, { type LinkProps } from "next/link"; import React, { forwardRef } from "react"; type Destination...
@alicanerdurmaz Hey, the issue was not solved. It persists in the same manner and can be recreated as described above  The error has changed,...
@BatuhanW Thank you. But I am well aware of the error. Please read the rest of the issue 🥲 Solving the type error is not a problem. I'm saying that...