-
To use this library from a TypeScript Vue project, it needs [.d.ts type declaration files](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html). Ideally these would be gen…
-
Example `i16_ReadStrptrMaybe`, there are two different declaration of it. This is causing issues in newer compilers
```
./include/gen/_gen.h:286:22: error: exception specification in declaration d…
ali5h updated
2 weeks ago
-
`ServiceDiscoveryDelegate` wants to implement a now abandoned protocol. I guess it requires a redesign.
-
I would like to propose a different, less granular approach to declaration, as prototyped in [this repo](https://github.com/moritztim/serial-character-display). There's one [`CSV` file containing stru…
-
**Describe the bug**
The `var-declaration` check incorrectly warns if explicitly assigning a zero value in a `var` declaration, even if the zero value being assigned isn't the default for a variable …
-
### Description
Optional type declarations/assertions could greatly improve code completion features
### Why it Matters
Declaring variable types can improve code completion for properties/methods, …
-
The joins `HB` declares depend on the name of the structures, which breaks things when we want to rename structures. Here is a MWE, where the first `Check` uses the join of `A` and `B`, and the second…
-
In the pubspec the plugin class declaration in wrong, pointing to a file that does not exits
-
I want
`var a := 5, x;`
to be allowed
-
### Overview
Update language across the site to reflect current knowledge around terminology for declaration.
A first step is to remove "letter" and leave "declaration" as the term across the site …