Raymond Feng

Results 11 issues of Raymond Feng

The issue can be reproduced with the following TypeScript code: ```ts before(async function setupApplication(this: Mocha.Context) { this.timeout(6000); } ``` Please note [this parameter](https://www.typescriptlang.org/docs/handbook/functions.html#this-parameters) is used. The `handle-done-callback` rule marks it...

question

The following code throws `RangeError: Maximum call stack size exceeded` due to infinite recursion. If we remove `description` next to `$ref`, it works. ```js const json = { openapi: '3.0.0',...

bug

Some blockchains such as NEAR uses names such as `abc.near` or `abc.testnet` for account ids. See https://docs.near.org/docs/concepts/account. ENS is another example, such as `abc.eth`. It would be desirable to allow...

***Is your feature request related to a problem? Please describe.*** When we use `near-api-js` in TypeScript, we have to find out individual sub-directories inside the package to import types. ```ts...

P2
partner-request
devx
naj_1.0.0

Let's say I have a JavaScript constructor as follows: ``` js function MyModel() { } MyModel.create = function(...); ``` How can I set up pre/post hooks for MyModel.create? The code...

I would like to use `appmetrics` with https://github.com/strongloop/loopback-next/pull/3339. The issue is that we want to control the REST endpoints. It would be nice to have a method from this module...

**Describe the bug** The [CrossChainMessenger constructor](https://github.com/ethereum-optimism/optimism/blob/develop/packages/sdk/src/cross-chain-messenger.ts#L135) accepts L1/L2 providers but some of the methods [blindly cast them to `JsonRpcProvider`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/sdk/src/cross-chain-messenger.ts#L1359 ) to call `send()`. As a result, it throws an error...

C-bug
S-confirmed
A-pkg-sdk

### Bug description Error: Error in connector: Error querying the database: Error querying the database: Error querying the database: db error: ERROR: prepared statement "s0" does not exist ### How...

bug/2-confirmed
kind/bug
topic: introspection
tech/engines
team/schema
topic: prisma db pull

With the exsiting peer dependencies to ethers 6, it's impossible to use latest @typechain/hardhat with ethers 5 and @typechain/ethers-5.