DetachHead

Results 673 issues of DetachHead

### What is the problem this feature will solve? want to be able to quickly run a code snippet without creating a file ### What is the feature you are...

enhancement
repl

### Version 0.1.5 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### What steps will reproduce the bug? ``` bun run tsc -p tsconfig.json ``` (the `tsconfig.json` doesn't have to exist)...

bug
need repro

### Version 0.1.5 ### Platform Microsoft Windows NT 10.0.19044.0 x64 ### What steps will reproduce the bug? ```ts const assert = require('power-assert') assert(true) ``` ### How often does it reproduce?...

bug
need repro

i have no idea what i'm doing, so forgive me if i'm doing something (or everything) wrong. ### context even though i don't have a mac and know nothing about...

I think this would help with the huge amount of traffic. I'd rather wait 10 seconds for one image than 90 seconds for 9 images

```dart void main(final List value) { final foo = value.isEmpty ? ([value[0]] as Iterable) //warning: Unnecessary cast. : [value].map((final value) => value); foo.map; } ``` when removing the cast: ```dart...

area-analyzer
P2
type-bug

```dart class A {} class B extends A {} class C {} void main() { final a = A(); final b = B(); final c = C(); a as B;...

area-analyzer
P3
type-enhancement

**Context:** ## System: - OS: Windows 10 10.0.19044 - Memory: 1.73 GB / 15.78 GB ## Binaries: - Node: 18.0.0 - C:\Program Files\nodejs\node.EXE - npm: 8.7.0 - C:\Program Files\nodejs\npm.CMD ##...

browser-firefox
v1.26

* **Dart code metrics version:** 4.14.0 * **Dart sdk version:** 2.16.2 **Please show your full configuration:** Configuration ```yaml dart_code_metrics: rules: - avoid-dynamic ``` **What did you do? Please include the...

type: enhancement
help wanted
area-plugin

**Is your feature request related to a problem? Please describe.** i have a `Header` and a `RichText` widget. i want to make it so that if they both can't fit...

enhancement
needs triage