Alexandre Faria

Results 9 issues of Alexandre Faria

By adding the helper method getMiniflareR2Bucket one can get a bucket just by: ```javascript const bucket = await getMiniflareR2Bucket('BUCKET'); ``` without having to create a new Miniflare instance ```javascript global.getMiniflareR2Bucket...

When you use getMiniflareDurableObjectStorage() it starts the DO before you can access the storage. That implies that the DO initialization happens before you are able to setup storage to test...

enhancement

I started using workers recently, already knowing that I would have to contribute... So I started by updating some dependencies, to see if things improved, but a test that was...

This is still work in progress: https://nexte.st/book/custom-test-harnesses.html Progress - [x] Added support for **-h** and **--help** w/tests - [x] Added support for **-V** and **--version** w/tests - [x] Added support...

waiting for author

### Motivation I'm already developing for the workers-rs platform (workerd) 1. About 1000 test templates running with wasm-bindgen-test and firefox 2. Almost 400 in a single crate 3. In the...

enhancement

Hi, how is it possible to use turso from a worker? You have the "cloudflare" flag for it. But the only methods to create a remote connection, that I believe...

Yes, here I am again! Sorry! :)

To be honest I just tried to minimize changes as much as possible to get it working.