flakey5

Results 43 issues of flakey5

**What does this PR do?** Provides an implementation for `string.expandWildcards`. **How does this PR change Premake's behavior?** The function will no longer return placeholders and will act as it should....

**What does this PR do?** Resolves a todo specified in [`core/modules/main/core_options.lua`](https://github.com/premake/premake-core/blob/6.x/core/modules/main/core_options.lua#L15) line 15. Relocates the `--help` command line argument to a `_register.lua` located in the help module and has the...

**What does this PR do?** Fixes the link to the testing module in the v6 change list. **How does this PR change Premake's behavior?** No behavioral change **Anything else we...

Adds an optional `cause` field to DOMException as per the WebIDL standard added in [https://github.com/whatwg/webidl/pull/1179](https://github.com/whatwg/webidl/pull/1179) @jasnell @panva

needs-ci

cc @MoLow @targos

windows
build
tools
needs-ci

Fixes #4960 #### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x]...

typescript

For Fastify v5, background: https://github.com/fastify/fastify/issues/5061 Opened this as it is now to get early feedback & insight. Used a class rather than an interface or type since the type needs...

Note: nodejs/node#51394 should land before this does Reference #3602 cc @targos @MoLow @ovflowd

For anyone unfamiliar with what we're trying to do with the R2 migration, see #3461 Due to some issues we've experienced with syncing release assets from the DO server to...

# Background * There is a worker in development to serve Node.js downloads (https://github.com/nodejs/release-cloudflare-worker). * We fetch the assets from R2 via the R2 bindings api. * We directly pass...