Gadi Cohen

Results 90 issues of Gadi Cohen

I'm aware of a lot of mildly annoying console output when using the library, we've simply been focusing on bigger issues (predominantly: keeping the library working amongst frequent changes on...

enhancement

***IN PROGRESS in [`devel`](https://github.com/gadicc/node-yahoo-finance2/tree/devel) branch*** (merged in from `devel-next-major` on 2025-03-14) TODO * recent PRs that are fairly big even if no real breaking changes? to think about. * gadicc...

meta
in progress

In 2.12.0, our new validation code landed. Although all tests were passing for *functionality*, we don't have any tests for the structure of typescript exports. This could result in compile...

bug

Currently, the [schema generator](https://github.com/gadicc/node-yahoo-finance2/blob/devel/scripts/schema-gen.ts), when it watch mode (`--watch`), only recreates direct schemas and not dependencies. i.e. If you edit `quote.ts` (which contains the `@yf-schema` pragma), `quote.schema.json` will be re-created....

enhancement

e.g. https://github.com/gadicc/node-yahoo-finance2/issues/876 Just like the user can disable validation for **results**, we should let them disable validation for **query options** too. This is quite fringe, but useful for e.g. the...

enhancement