Mathieu Bour

Results 5 issues of Mathieu Bour

When using Typescript's `strictMode`, the compilation fails with the following error: ``` node_modules/node-ssh/lib/typings/index.d.ts:2:110 - error TS7016: Could not find a declaration file for module 'ssh2'. './node_modules/ssh2/lib/client.js' implicitly has an 'any'...

## Description This PR aligns the following `AbiFallback.inputs` type between Zod schema and `abitype` ```ts type Left = AbiFallback['inputs']; // readonly [] type Right = z.infer['inputs']; // never[] ``` After:...

Is there any plan to release a Google Pay support ? (Thanks for your amazing work!)

### Use case Currently, `NodeClickHouseClient` is exported as a type in the client-node package. https://github.com/ClickHouse/clickhouse-js/blob/a332672bfb70d54dfd27ae1f8f5169a6ffeea780/packages/client-node/src/index.ts#L1-L4 While I understand that it is an architecture decision so developers are forced to use...

enhancement