thomas.lau
thomas.lau
note that the bulkupdate() method doesn't have this issue. ```js await cf.kv.namespaces.bulkUpdate(env.CF_NAMESPACE_ID, { account_id: env.CF_ACCOUNT_ID, body: myarray.map(item => ({ key: item.key, // here metadata is not mandatory contrary to values.update()...
Looking at the [documentation](https://feathersjs.com/api/schema/typebox#extended) I found out I can extend AJV to validate "Date" objects. But doing so still returns strings instead of Date objects when I call .get() or...
I was thinking, what if the user wants to go from S3 to R2, he copied the bucket (and all the files), in this case it should not throw an...