George Cheng

Results 17 issues of George Cheng

https://github.com/Gerhut/babel-now

A "use strict" directive is not allowed at the top of such functions per the ECMAScript specification. Ref: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Strict_Non_Simple_Params

Once examples is executed as a whole code block, ```JavaScript Array.of(1, 2, 3) [0, 0, 0].fill(7, 1) ``` will be treated as ```JavaScript Array.of(1, 2, 3)[0, 0, 0].fill(7, 1) ```...

Show most used Pokémon in online battles of Pokémon Global Link in pinned gists. Preview at Source code is at

My project directory is unfortunately like a domain `example.com`, and it will fail the yaml test as an auto-generated service name. This PR will kebab case the default service name...

See discussion in https://github.com/nodejs/undici/issues/1115, https://github.com/nodejs/node/issues/41011. There will be `TypeError: Cannot read properties of null (reading 'destroy')` when using req as body in undici.stream, which sets req.socket to null.

#### Describe the bug Cannot do `instance.create` in TypeScript, reported `Property 'create' does not exist on type 'AxiosInstance'. ` But it should work due to create method is added to...

will add the second parameter as default config

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug The DeprecationWarning is thrown here: https://github.com/sanic-org/sanic/blob/82bf46bea3b55e6b1371107cccda280add8e70eb/sanic/server/protocols/websocket_protocol.py#L4-L9 With websockets 12 the...

bug