-
### Description
I'm currently trying to translate a fairly deep inheritance hierarchy of entities to use Blaze persistence and I'm running into some issues with the query of the view when using Hiber…
-
Remove `Observable.set()` in favor of getter/setter for `Observable.value`
-
https://github.com/oxc-project/oxc/issues/7175 demonstrates that it's easy to confuse a function which is the property value of an object expression with an object method. i.e. to conflate these 2:
…
-
Is there any plans to support getters and setters mocking as well?
Right now it doesn't seem to work at all.
src:
```javascript
class Device {
static model = 'Nexus';
static get isIphone…
-
_tl;dr_ Allow augmenting an abstract variable by a concrete getter and/or setter, or another abstract variable _rd;lt_
The augmentation specification has the follo…
-
I recently got full text search up and running on my Nextcloud instance. It works well, except for the fact that I can't really read the search results well at all because it's black text on a dark gr…
-
## What problem does this solve or what need does it fill?
The Getter functions on UI Grid Styles is effectively useless for any form of reactive behaviors as it only gives the set value rather than …
-
### Proposal
The current implementation of the Camera sensor only exposes the global pose setter. However, pose getter and local pose setter is also needed for my project needs.
### Motivation
…
-
If all private fields have `@getter`/`@setter` on them hoist the annotation to the class level
```
class Foo {
@Getter private bar;
}
```
```
@Getter
class Foo {
private bar;
}
```
-
thank you for convenient tool!
it would be great if it supports getter/setter implementation as well.
thank you