Andreas Thomas

Results 410 comments of Andreas Thomas

I don't think this solves the underlying issue and also will likely not run in workerd

It's explained in the issue I linked above https://github.com/mattrobenolt/ps-http-sim/issues/7

Thanks @mattrobenolt, this is great, I'll check it out!

yeah sgtm expiration in the past may make sense to immediately invalidate the key, although we want to make a feature on its own soon. so we don't need an...

My previous thoughts about this: ___ 1. We will add a new table migrations (migrationId, workspaceId, keyAuthId, encoding, algorithm) 2. When a customer wants to migrate, we add a row...

Nice, thank you can you still sort alphabetically within one depth? Right now they are out of order, it should be - delete_record - read_record - update_record - write_record ![CleanShot...

Yes, 100% this needs to be built. Per key is nice, but unless you're looking for abuse patterns, you are probably more interested in aggregating keys per ownerId

I'm not sure if dbs other than mysql are easy to support, since the schema uses mysql specific functions from drizzle. I might be totally wrong here though, so if...

@nelsonmfinda that's great! what do you want to do?