Matthew Peveler

Results 147 issues of Matthew Peveler

I am writing this issue out to gain feedback, but I plan to put the work in for putting this together. @techhat please let me know what your preferred languages...

It would be beneficial to me (and probably others) if this repo was set-up to have automatic integration with ReadTheDocs such that pushes to master would then update https://open-recipe-format.readthedocs.io. As...

## Summary PR adds support for using [`esbuild-register`](https://npmjs.com/package/esbuild-register) as a support loader for the `jest.config.ts` file. The user can opt into using it by using a docblock (`@jest-config-loader`) and suggested...

cla signed

Making an issue for this seeing as how #494 was closed without comment. This library enables the `importHelpers` option in the tsconfig.json: https://github.com/hustcc/echarts-for-react/blob/a35220e42c18b5f1714e31f61a8ba0f7f2f27334/tsconfig.json#L10 Per the [tsconfig docs](https://www.typescriptlang.org/tsconfig#importHelpers), when using this...

Our app was hitting the following error when we added tests that relied on a package that relied on this package: ``` TypeError: Cannot assign to read only property 'name'...

PR updates this library to use the latest version of tslib (2.4.0) which was released back in April. An alternative change would be change this from a hard dependency version...

I'd like to propose adding a stream based query interface when using the promise based interface, that would act similarly as the [`stream` method](https://github.com/sidorares/node-mysql2/blob/fa47d0b0c46b3f5e79b7adae283bb78575298429/typings/mysql/lib/protocol/sequences/Query.d.ts#L134) that exists on the `Query` interface....

Hello, I'm not sure if this is the right place to report, but I'm currently experiencing problems with auto-completion after installing it via `dnf install tldr`, it is placing backslashes...

### What happens? When I have the `nodeIntegrationInWorker` flag enabled in electron, then when I go load/use duckdb-wasm, I get the following error: ``` TypeError: ic(...).dirname is not a function...