Victor Berchet

Results 341 comments of Victor Berchet

I think the question is: Does the runtime team plan to implement `AsyncIterable`, `Iterable` and if yes when. Regardless of WHATWG this is implemented in Node and must be supported...

> If it is added to the standard, yes. When it is added. I would prefer not to implement it prior to then. That's quite clear - we should implement...

Implemented in https://github.com/cloudflare/workerd/pull/5476

Is the fix related to the other changes? (Maybe clarify in the PR description) There are conflicts. I'll take a look later today

Thought: In the Couldflare adapter the cache key is `prefix/build-id/hash(key)` - build-id is used to partition the cache - we need to `hash(...)` to fit within the allowed length and...

> One option would be to have a special type as a key like +1 It could also help alleviate the confusion between `key: string` and `baseKey: string`

I have done [a screencast](https://watch.screencastify.com/v/oBmhh3dsIlz5jq5AmqnO) of the issue. You can see that when I re-enable the sites nothing happens until I zoom on the map. Also I tried to `setMap(null)`...

@fudedevelopments is there any chance you have an `account_id` in your wrangler config? and if not, could you please try to `wrangler logout` and then `wrangler login`

I'm closing this issue because there are not enough details to investigate. If [this comment](https://github.com/cloudflare/workers-sdk/issues/9320#issuecomment-3005595829) does not solve your issue, please create an issue with a minimal wrangler config triggering...

@hi-ogawa this is probably the same root cause - I'll work on that probably early next week. Let's keep both issues opened until then. Thanks!