DetachHead
DetachHead
**Is your feature request related to a problem? Please describe.** currently I/O errors are caught in a try/catch and simply return true or false depending on whether or not it...
## Motivation i use [`import/no-extraneous-dependencies`](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-extraneous-dependencies.md) to ensure that i don't accidentally install and import dependencies without adding to `package.json`. it would be nice to have that functionality in jsdoc `@type`s...
it would be cool if instead of just closing issues once a PR is merged, it could automatically add the issues that will be closed to the Linked issues of...

the following rule to block sponsored posts on instagram does not work on iOS: ``` www.instagram.com##article:has(header span:has-text(/^Sponsored$/)) ``` ### Issue Details - **AdGuard version:** - 4.4.0(954) - **Device model and...
### Issue Details - **AdGuard version:** - AdGuard/AdGuard Pro for iOS v4.3.3(947) - **Device model and storage size:** - iphone 13 128gb - **Operating system and version:** - ios 15.1.1...
### Current problem i have some edge cases where a class behaves differently at runtime than what the type checker thinks. here's a super minimal example: ```py class Foo: if...

## Description added `TupleOf` type using logarithmic method had to update TS to 4.1.x as it uses recursive conditional types ## Related issues: - Resolved #161 ## Checklist * [x]...
the `sap.ushell.Container` const that was defined in `sap.ushell.d.ts` seems to no longer be present in version 1.100. how come it was removed?