DetachHead

Results 673 issues of 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...

enhancement

## 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...

enhancement
help wanted

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...

help wanted

![Screenshot_20210913-004038](https://user-images.githubusercontent.com/57028336/132992053-80231e01-de26-4686-a869-03058b64ca64.png)

help wanted

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...

Bug
Priority: P4
Version: ADGuard v4.6 [Reserved]

### 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...

Enhancement ✨
topic-control-flow

![image](https://user-images.githubusercontent.com/57028336/154845043-02f16d6c-df59-46c8-a8b6-20e650561aeb.png)

## 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?