-
This is kinda part 2 of #857
I would expect both **setters** and **getters** for transform, location, and rotation (btw. why does rotation not have a setter/getter?) to be relative when the actor w…
-
I have read the two discussions (#2571 and #517) that relate to this opportunity, and still do not see any reason to abandon it. Why not? Even if Mongoose should maintain compatibility with the ES5, t…
-
**API Platform version(s) affected**: 2.7
**Description**
When i change getter/setter of my entity and name it for example: getModificationDate / setModificationDate
APIPlatform send me a jso…
-
This property:
```php
/**
* @var StorageInterface|null
*/
private $storage;
```
Generates the following getter and setter:
```php
/**
* Retrieves the storage that is currently set.
…
-
### What problem does this feature solve?
https://github.com/vuejs/vue-next/blob/d66211849ca174c4458b59d3df5569730ee224f6/packages/reactivity/src/baseHandlers.ts#L95-L96
Computed value without s…
-
Is it possible with _lombok_ to generate only the getter and setter related to a field and not the field?
Possible use case, I have a parent class A, I have a class B that extends A. In class B I w…
-
See xenon. It renames the getter and setter to have a _ at end of name and that causes a clash with the private field name itself
-
Following on https://github.com/w3c/mediacapture-extensions/pull/69 and media capture transform, face detection metadata could be made available to mediastreamtrack transforms.
There are a few possib…
-
When I upgrade Mapstruct from "1.3.1.Final" to "1.4.2.Final" , I face this error.
`CompanyType does not have an accessible constructor.`
Mapstruct cannot map enum to string in this version of Mapstr…
-
Hello,
I had a query about the offsets that visible v8 provides for specific APIs. Especially the offsets for setters (prefixed by `s`).
As an example I have the following code:
```
let attr1 …