Gadi Cohen

Results 90 issues of Gadi Cohen

### VS Code version 1.104.1 ### Extension version 3.2.0 ### Biome version 2.2.3 ### Operating system - [ ] Windows - [ ] macOS - [x] Linux ### Description I...

Triage

`deno doc` has some useful looking options: ```bash Documentation options: --category-docs= Path to a JSON file keyed by category and an optional value of a markdown doc --default-symbol-map= Uses the...

**Input:** ```ts import * as path from "@std/path"; import { globToRegExp } from "@std/path/glob-to-regexp"; ``` **Output:** ```ts import * as path from "../../deps/jsr.io/@std/path/1.1.2/mod.js"; import { globToRegExp } from "@std/path/glob-to-regexp"; //

**TL;DR; If you were successfully running *v2.14.0 (only!)* and got errors after upgrading to v2.14.2, you can (probably) just upgrade to the latest / v3 release to get everything working...

bug

https://github.com/gadicc/yahoo-finance2/discussions/963

documentation

* Still from v2, modules use `this: ModuleThis`, we should mvoe to `YahooFinance` type. * ts-json-schema-generator can now handle functions and represent them with comments and props in JSON. We...

enhancement

Docs are the biggest blocker for v3 becoming "official". Let's track all oustanding issues.

documentation

Explain the rationale and history. We use our own custom validators, that provide similar(ish) errors as `ajv`. 1. "Fast" validators like `ajv` and others rely on runtime compilation using `new...

documentation

Document how to ovverride fetch and when this might be useful (e.g. give a fetch-mock-cache example). See commit https://github.com/gadicc/node-yahoo-finance2/commit/ea002e14ede0fbc61ceaed44c061f56e5ef79ef8. Related: #923 Need to decide where to and how to best...

documentation

Resolves #1170. * In `extension.ts`, adds `{ language: "github-actions-workflow }` for the following `schema`: `"file"`, `"untitled"`, `"deno"`. In each cases, added directly below the related entry for language: "yaml". *...