-
### Description
I want to create state (mo.state) and update it via a thread and have it work as usual (i.e. as it works from within a cell), i.e.
```
import marimo as mo
app = mo.App()
…
-
The idea is to create functionality for specification of custom getters and setters for domain model fields.
``` python
class Profile(models.DomainModel):
id = fields.Int()
open_id = fields.…
-
Few modification request please,
1 - you use Lombok and @Getter/@Setter, that does not work out of the box for everyone, without some config in Exlipse, since your classes are small and only 3 of the…
-
```
It would make SnakeYAML more convenient for Scala users if it could check for
the Scala convention for setters and geaters.
That is, currently to use SnakeYAML with Scala, Scala users must put
…
-
Attempting to import a getter named `x` and setter named `x=` from different libraries produces the following analyzer warning at the location where the setter is used: `'x' cannot be used as a setter…
-
**Describe the bug**
If the `userVisible` property of a setter type `@SimpleProperty` is set to `false`, it's corresponding getter will also be invisible in the components block panel. The same hap…
-
Hi!
It would be great to have a `@property` decorator which can be used as shorthand for getter/setter declaration:
``` javascript
import {property} from 'core-decorators';
class Item {
@prop…
-
If both `` and `` are set, it would make sense to generate a couple of method overloads also accepting "interface-variants" of various `DAO` methods, e.g.
- `DAO.exists(P)` (existing)
- `UserDao.exist…
-
**Describe the project you are working on:**
Anything really. I use Godot commercially and make heavy use of tool scripts and static typing for cohesion when working with a team.
**Describe th…
-
**Is your feature request related to a problem? Please describe.**
I want to modify my code such as this :
```
const node:ImportDeclaration;
const struture:ImportDeclarationStructure = node.ge…