Andrii Neverov
Andrii Neverov
### Bug Report or Feature Request (mark with an `x`) ``` - [ x] bug report -> please search issues before submitting - [ ] feature request ``` ### OS...
What would be a recommended way to achieve something similar to https://stackoverflow.com/questions/32258362/setup-command-line-completion-with-yargs?
I see there exist labels like `termsAndConditionsText`, however they're not used in the `LegalityDialog`.
Newly introduced `getCrumb` function ignores `YF_QUERY_HOST ` from `yahoo-finance.setGlobalConfig`
# Bug Report ## Describe the bug The following new code by @gadicc ignores the host setting: https://github.com/gadicc/node-yahoo-finance2/blob/2a2d9cce7cc450a015eb4c567a3c862e304631b9/src/lib/getCrumb.ts#L282 ``` export default function getCrumb( fetch: (url: RequestInfo, init?: RequestInit) => Promise,...
It's awesome that we can drag within the segment. However, would it be possible to dragging the segment boundaries around the chart circle to make the entire segments bigger or...
I'm trying to include this module into an Ionic app and get the following on `ionic serve`: ``` [ng] ERROR in node_modules/yoga-layout-wasm/index.d.ts:26:1 - error TS1046: Top-level declarations in .d.ts files...
https://github.com/espressif/esp-idf/blob/master/components/newlib/include/ctype.h has #define _C 040 ... #define _B 0200 Changing to something like _b/_c or _PIN_B/_PIN_C solves the issue.
This errors during the Nx 20 migration. `@nx/linter` should be removed and function executors need to change `@nx/linter:eslint` -> `@nx/eslint:lint`. That works with Nx 19.
Capacitor: Nx 22 has removed deprecated "legacy versioning" which now breaks capacitor:configuration
**Describe the bug** https://nx.dev/blog/nx-22-release mentions ``` Nx Release legacy versioning removed - The deprecated legacy versioning implementation is completely removed. If you used release.version.useLegacyVersioning: true in Nx 21, migrate to...