Felix Boehm
Felix Boehm
(should) fix substack/node-browserify#475
Implementation of #2523. Does not allow arrays with multiple elements yet — this should be a future extension. @mikestopcontinues As you were quite interested in the original issue, I'd love...
The node stack in query methods is now an array of arrays.
## What/Why/How? Removes components if their parent paths were removed. Loops until no more changes were made. ## Reference Fixes https://github.com/Redocly/redocly-cli/issues/874 ## Testing Couldn't run tests in a GitHub Codespace,...
Operation IDs in query functions currently don't line up with keys in the `QueryOperation` object.
Hi @domenic et al, I was looking into using this package for `cheerio`, but had several issues that I wanted to fix first. As extending the current `html-encoding-sniffer` package turned...
**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [ ] iOS - [ ] Android - [x] Web **SDK:** - [x] `@sentry/react-native` (>= 1.0.0)...
### Bug Report Checklist - [X] I have pulled the latest `main` branch of the repository. - [X] I have [searched for related issues](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aissue) and found none that matched my...
**Use case** `WITH FILL` is currently failing when a selected column has a non-numeric type. Eg. ```sql SELECT date, category_name, count FROM table_name GROUP BY date, category_name ORDER BY date...
### What package is the feature request related to? typedoc-plugin-markdown ### Background The Cheerio project has [a core class with many, many methods](https://cheerio.js.org/docs/api/classes/Cheerio). The methods are already grouped by category...