DetachHead

Results 673 issues of DetachHead

I think that `Final` is a very based idea, but I feel that it's current restrictions make using it painful. I think that split assignments should be allowed: ```py def...

topic: feature

from https://github.com/python/mypy/issues/11389 ## Feature in kotlin, you can omit a generic from a type annotation when you don't care what its value is: ```kotlin class Foo fun foo(value: Foo) {}...

topic: feature

when using `eslint-enable`, there's already an `eslint-disable` comment with the description on it so there's no reason to provide another description when re-enabling it. ```ts describe('any', () => { /*...

when modifying the response body of an odata request, i get the following error in the console: ![image](https://user-images.githubusercontent.com/57028336/162601076-c328117c-45ff-4b59-becf-60a6f27029e8.png) i'm not really sure what's going on but from [this stackoverflow answer](https://stackoverflow.com/a/61849376)...

### Describe the problem while attempting to do a type cast while working around sveltejs/svelte#4701, i noticed that [jsdoc comment types](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html#casts) aren't supported ### Describe the proposed solution support type...

enhancement

``` C:\Users\amogus>pipx list venvs are in C:\Users\amogus\.local\pipx\venvs apps are exposed on your $PATH at C:\Users\amogus\.local\bin package poetry 1.1.12, installed using Python 3.10.0rc2 - poetry.exe C:\Users\amogus>pipx install poetry==1.2.0a2 'poetry' already seems...

help wanted

``` E/flutter (24684): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: It seems your class 'MaterialColor' has not been annotated with @jsonSerializable ``` i'm coming from the `json_serializable` package where these errors would instead occur...

enhancement
sponsorware
adapter

**Are you using jest or chai**? n/a **Are you using OpenAPI 2, 3.0.X, or 3.1.0?** n/a **Describe the bug clearly** `declarationMap` and `sourceMap` are enabled in `tsconfig.json` https://github.com/openapi-library/OpenAPIValidators/blob/9511b66efb9f03a923caffd86eb66ede015defc3/tsconfig.json#L47-L49 but the...

bug

**OpenAPI version** 3 **Is your feature request related to a problem? Please describe.** i'm testing an api with different environments at different paths, like so: - `http://example.com/dev` - `http://example.com/test` -...

enhancement