-
As seen in [this photo](https://s.nimbusweb.me/image/3235243/va5sw5ak3yz6dcfsoidx/NuaF26PDNbBeXfbO/SYWVFsS7EkXRnALP/LinkFailureBaptism.png) we see that the Word document found in [this folder,](https:…
-
sample:
```
@decorator()
get value(): string { ... }
set value(value:string) {}
```
Typescript annotates the getter/setter with design:type: String for the property "value", the plugin detects…
-
### Describe the bug
When you have a private property in a viewmodel, this property is accessible for binding in views XAML code.
Also the access modifiers for getter or setter are ignored from view…
-
An examples where the setter returns a value, would be when you issue a take_snapshot command.
This will create an image, and perhaps a getter. If it creates a getter, it would be nice to know the id…
-
If you have a VM property with a getter and a setter, and you return from that setter you will see the following error on the console:
`canReflect.setValue - cannot set the value`
The following …
-
If I have an Optional field it would be nice that the instantiation would automatically be empty.
That way I can never have a null-value here.
Example:
```
@Builder
class MyClass {
Optional …
-
Hey,
I'm using GWTP with gwtp-dispatch-rest version 1.6, which uses gwt-jackson version 0.14.1.
Gwt-jackson is used for the DTO serialization.
Basically, I had the following DTO:
```
public cla…
-
### Symfony version(s) affected
>6.4
### Description
The serialize and unserialize for stdClass works because of this code in the class ObjectNormalizer + method extractAttributes
```php
…
-
After just adding the package and building my macOS target it's failing with this build error. Could it be because of the syntax in lottie-ios's `RenderingEngineOption.swift`? Some Swift version incom…
-
```
Expected output :
@Getter(annotations = { "@MyAnnotation" })
private Foo bar;
to generate :
@MyAnnotation
public Foo getBar() {
return this.bar;
}
```
Original issue reported on code.googl…