-
This snippet shows an opaque diagnostic message:
```dart
const MyWidget(
builder: (context, child) => Widget(),
);
```
```
A value of type 'Null' can't be assigned to a parameter of…
-
You can technically call .is_changed or use Changed on components and resources with no data. This is cursed, and likely to be removed eventually.
-
tslint-webpack-plugin takes over a minute to process 1000-2000 typescript files in our project.
We use cache-loader in the regular path to process typescript.
1) Is there a way this plugin respec…
-
### Environment and configuration
DCM version:
Dart SDK version: 3.0.2
Configuration
```yaml
analyzer:
exclude:
- "**/*.g.dart"
- "**/*.gr.dart"
- "**/*.config.dart"
…
-
**Describe the bug**
Trying to set up a pre-commit hook like below:
```
hooks:
- repo: https://github.com/returntocorp/semgrep
rev: 'v0.80.0'
- id: semgrep
name: Validate …
-
I was tinkering with some ideas a couple days ago and noticed that this check fails the use of a locally scoped modifier instance if it has the same name as the composable parameter's modifier argumen…
-
I've been testing out 100ETLR and am generally really loving it - it hits at exactly the right balance of explanation / exercise / exploration for the people I'm hoping to teach with it.
One issue …
-
### Code
```Rust
#![feature(deref_patterns)]
#![allow(incomplete_features)]
fn simple_vec(vec: Vec) -> u32 {
match vec {
deref!([]) => 100,
_ => 2000,
}
}
f…
-
## no_store_flutter_inherited_property
(I am not super happy with this name and open to suggestions).
*Replace above with your proposed rule name. (See notes on naming in [Writing Lints].)*
…
-
Currently lints and tests are failing.
https://github.com/ai-cfia/louis-db/actions/runs/6579881097/job/17876685234
![image](https://github.com/ai-cfia/louis-db/assets/122434720/4e7cc225-de9e-4a4…