Victor Berchet
Victor Berchet
What I would like to be changed/reverted: > When one ore more flights are uploaded, the application displays the planner tool. > The "reset" action unselects the current track and...
I've been busy working on the sounding plugin but I'll get to this PR soon. Please add a to-do to display a dialog instead of a toast so that loong...
I think the doc should mention when this flag will be active by default with `nodejs_compat` - 2025-04-01 it seems
> Hi, just to make sure, is[ https.request ](https://github.com/unjs/unenv/blob/main/src/runtime/node/https/index.ts#L17) implemented for cloudflare? confirmed that it is not. Could you please expand on the use case?
As you probably already knows Workers use the [workerd Runtime](https://github.com/cloudflare/workerd) that does not implement [all of the Node.js APIs](https://developers.cloudflare.com/workers/runtime-apis/nodejs/). However we are looking at supporting more and more of the...
I can definitely recommend aws4fetch here: - It was created by Michael Hart who works at cf - It is used in [@opennextjs/aws](https://github.com/opennextjs/opennextjs-aws/blob/44f3678952d22c89e3978e42ff9f37ebab8e2407/packages/open-next/package.json#L45)
I guess cloudflare/workerd would be a good repo for that issue / discussion - there are probably existing ones
What you are saying is that you comment out: ```ts auxiliaryWorkers: [{ configPath: "./worker-b/wrangler.jsonc" }], ``` Which is the worker being fetched by ```ts case "/fetch": { const response =...
@jamesopstad any thought on the issue?
Chances are that this is specific to Next > I have tried looking into the package and found in export there is default and workerd. Somehow it not working on...