Datner

Results 86 comments of 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...

@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...

![CleanShot 2024-09-23 at 02 26 33](https://github.com/user-attachments/assets/ca1c79a0-7169-45a5-b5ff-d97a7553c77c) ```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 ![CleanShot 2024-10-31 at 16 56 09@2x](https://github.com/user-attachments/assets/5157f240-94ba-48ba-9423-aabb27e4209a) 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...