-
**Current Behavior:**
min_size getter returns "width" and "height" fields: https://github.com/luakit/luakit/blob/4b10e557ac3aa7b3bf8104ada5c0fba7925f2ec4/widgets/common.c#L447
while setter takes "…
-
### Is your feature request related to a problem?
In my libraries, I tend to make various structs with their own variables, and I'd like a way to provide a description for them which would appear for…
-
**Bug Report**
Consider this code:
```python
from typing import final
class A:
def __init__(self):
self._x = 4
@property
@final # E: @final should be appli…
tmke8 updated
1 month ago
-
We need a way for users to define custom set methods on computed properties.
Object getter and setters are supported back to IE9. I propose we piggy back off this syntax and allow users to declare ge…
-
(Edit May 31st by eernstg: The member conflicts rules have been simplified considerably, which is reflected in the simpler text below. E.g., many rows in the table are now justified by the same line n…
-
Currently, a lot of the API accepts ImFloat or float[] and the cooresponding types. It does this so ImGui can have a setter and a getter to that variable. However, the ImFloat, etc. are implemented as…
-
Currently the activerecord implementation gives a higher priority to attributes (and relations) than it gives to setters and getters.
Often it is desired to overwrite an attribute (from the PHP point…
-
The null safety specification requires the following:
> It is an error if a class has a setter and a getter with the same
> basename where the return type of the getter is not a subtype
> of the …
-
update this part to Properties must be accessible (have a getter and setter). Methods cannot have
because if i have a getter without a setter and the prop is private as an example so how can i get a …
-
I have a virtual attribute that takes natural language dates and sanitizes it to a proper date time field to store in the db. I then have a getter that changes the raw datetime to a nicely formatted o…