Jed Schmidt

Results 19 issues of Jed Schmidt

https://github.com/jed/dynamo-down/blob/master/src/dynamo-down.js#L116

When I use `aws s3 presign` like this, ``` AWS_REGION=ap-northeast-1 \ AWS_ACCESS_KEY_ID=AKIA................ \ AWS_SECRET_ACCESS_KEY=........................................ \ aws s3 presign 's3://BUCKET_NAME/BUCKET_KEY' ``` I get a URL like this, which works. ``` https://BUCKET_NAME.s3.ap-northeast-1.amazonaws.com/BUCKET_KEY...

Per [the esbuild docs about Deno](https://esbuild.github.io/getting-started/#deno): > It has basically the same API as esbuild's npm package with one addition: you need to call stop() when you're done because unlike...

unactionable

When using this in my `wrangler.toml`: ```toml [[build.upload.rules]] type = "Data" globs = ["**/*.html"] ``` And this in my `worker.mjs`: ```js import HTML from "chat.html"; ``` `miniflare` runs fine. But...

bug

(This is a reboot of https://github.com/cloudflare/miniflare/issues/173, with a working repro.) As I understand it, when a Durable Object's code is updated on Cloudflare, all connected sockets are closed. This is...

enhancement

I would love to be able to add environment variables for local development in the same place as those for production (in `wrangler.toml`), instead of `.env` special-casing.

enhancement

### Example URL(s) https://developers.cloudflare.com/workers/wrangler/custom-builds/ ### Actual Behavior Document `suggests some strategies for creating custom build commands`. ### Expected Behavior Document is mostly empty. ### Additional information _No response_