Mees

Results 13 comments of Mees

A function / hook that preprocesses the File / ArrayBuffer which returns an intermediate representation that can be directly inserted in , which would effectively reduce or better remove the...

> @Meess Do any of your workarounds work? I believe I am being affected by this. > > Ideally, I don't want to re-trigger the loading process if the data...

@Adelrisk I fully glanced over the "options" part, as I'm not using any options. So we might have a different issue! I'm not experiencing any issues with re-rendering of the...

I was also working on integrating it more smoothly, i.e. abstracting the boiler plate and allowing to make custom components of it. This is my first POC, works for my...

I don't think this has to do with Hono but with your bundler / packagemanger. I think your current file has the .js extension while your bundler recognises that as...

Same issue for all my table wrapper functions: ``` typescript import db from '../db' import { type Table, type SQL, } from 'drizzle-orm' function queryTable(table: T, whereClause?: SQL) { let...

> I've been trying to reproduce this issue on both mentioned and latest versions of orm - to no avail. ![Image](https://github.com/user-attachments/assets/119e491c-571b-4c93-9f11-e897c441c3e6) To proceed, I'm going to need either reproduction repo,...

> Hi, it seems this is a similar issue: #658 @benshaji-sequoiaat yes look like a similar issue. As I mentioned in this issue there is a hacky workaround. I have...

@alexiokay can you be a bit more specific? When does it create a new account? If a user logs in with the same provider (e.g. Google or any) they will...

I've also added my explanation here: #650 Allauth already saves the user, and after that in SocialLoginSerializer.Validate (from dj-rest-auth) it tries to check if the e-mail adress is already used...