-
https://github.com/rust-lang-nursery/edition-guide/blame/5f3cc2a5618700efcde3bc00799744f21fa9ad2e/src/editions/transitioning-an-existing-project-to-a-new-edition.md#L95-L106 says:
> Eventually, we …
-
Right now, there's no way to hide (or specifically include) code that only cbindgen needs to know about when parsing a file.
There should be a conditional compilation attribute, or some other way of …
-
## Goal
Write a new action to build the repo on pull request
### Tasks
- [ ] Suggested prompt: Let's create an action for this project to build on each pull request
- [ ] Create a new action file a…
-
### What package does this bug report belong to?
camera
### What target platforms are you seeing this bug on?
iOS
### Have you already upgraded your packages?
Yes
### Dependency versions
pubspe…
-
The following code incorrectly lints: `Invalid component selector "&:hover"`
````scss
@mixin link {
color: blue;
&:hover {
color: red;
}
}
.link {
@include link();
}
````
…
-
- Add a make task that lints `.pipeline` files to enforce best practices.
- Add new task as a dependency for existing `lint` task
-
C++ has lints like this. Would be nice to have something for Dart.
Tonight I had this in my code:
```dart
Foo createFoo(bar) {
if (bar == 1) new Baz();
if (bar == 2) return new Barf();
retu…
-
I've been working on creating a sys crate for [`dqlite`](https://github.com/canonical/dqlite) but I'm having issues using libsqlite3-sys with it.
Link to the (very simple) project: https://github.c…
-
Flow version: 0.99.1
`flow init --options "esproposal.class_instance_fields=enable;"`
## Expected behavior
Generates config with `esproposal.class_instance_fields`
```
[ignore]
[incl…
-
I am using a dart native Enum as return type in module, the generator is throwing error saying my enum "is not a class element"
pubspec.yaml:
```
dependencies:
flutter:
sdk: flutter
fl…