Heb

Results 257 comments of Heb

@pi0 For what it worth I think benchmark against other frameworks are useful for marketing purposes (and it might better to do it in an article or using a 3rd...

@harlan-zw Would that make sense if `event.context.trustedProxies: string[]` was introduced at the h3 level, and if the array is not empty, when using `getHeaders` or anything headers related, h3 would...

@pi0 should I close this ? port to v3 ?

> ### Describe the feature > Hello, > > I would like to know how I could use Scheduled Event, [developers.cloudflare.com/workers/runtime-apis/scheduled-event](https://developers.cloudflare.com/workers/runtime-apis/scheduled-event), directly from Nitro. > > ### Additional information >...

@pi0 Do you mind explaining what is wrong with a custom preset approach ? There's other cloudflare features that also need to be accessed that way, like queues for example...

> > > ### Describe the feature > > > Hello, > > > I would like to know how I could use Scheduled Event, [developers.cloudflare.com/workers/runtime-apis/scheduled-event](https://developers.cloudflare.com/workers/runtime-apis/scheduled-event), directly from Nitro. >...

@TrickyPi I am not familiar at all with the rollup codebase, but do you have any idea on how we could have this supported in rollup 4 ? ie setting...

I like the suggestion of adding `secrets` to wrangler.jsonc. Any of these syntax would be fine imo. ```json "secrets": { "FOO": {}, "BAR": {} }, "secrets": [ { "name": "FOO"},...

There's probably a lot of devs that have worked with SQL and never used CHECK, because it's almost never supported by ORMs. I'm currently using them with drizzle to model...

> > There's probably a lot of devs that have worked with SQL and never used CHECK, because it's almost never supported by ORMs. I'm currently using them with drizzle...