-
```
The current system of attribute controllers isn't very elegant. Ideally it
would go like this:
Label * label = getLabel(...);
label->registerAttribute();
label->setAttribute(120);
int width = la…
-
```
The current system of attribute controllers isn't very elegant. Ideally it
would go like this:
Label * label = getLabel(...);
label->registerAttribute();
label->setAttribute(120);
int width = la…
-
There are some edges cases when function identifier isn't declare, e.g.:
```
var a = {"fn": add};
function add() {
};
```
This will give error, because `add` identifier isn't yet dec…
-
Currently, the `PatternMatchingVisitor` only supports `string` argument
https://github.com/graphql-dotnet/graphql-dotnet/blob/22052e73d734d3f0b60b52a04897afb12656c55a/src/GraphQL/Utilities/Visitors…
-
Arguably, the reason why #627 was allowed to happen in the first place is that the need for an update in `DatamodelConverter` was not flagged by the compiler when new entity types were introduced.
…
-
### Dependencies
- #1730
- #542: ~Organizational Dashboard~
- #503: ~Google Analytics~
- After dependency is cleared, read through whole issue and either rewrite or make a new issue that has the …
-
```
The current system of attribute controllers isn't very elegant. Ideally it
would go like this:
Label * label = getLabel(...);
label->registerAttribute();
label->setAttribute(120);
int width = la…
-
```
The current system of attribute controllers isn't very elegant. Ideally it
would go like this:
Label * label = getLabel(...);
label->registerAttribute();
label->setAttribute(120);
int width = la…
-
### Expected Behavior
Compilation time increases proportionally when classes implementing the visitor pattern are annotated with `@Singleton`.
### Actual Behaviour
With each additional visitor anno…
-
**Is your feature request related to a problem? Please describe.**
A lot of very good work has been done to add much better formatting.
**Describe the solution you'd like**
* Increase line co…