-
### Description
I am experiencing an issue with a FlexLayout inside a ScrollView on an iPhone 8 Plus. The layout does not scroll as expected, although it works fine on other devices. This issue did n…
-
Is it possible to customize a setter for initializing a couple of fields? For example, I want the builder being able to accept a different struct that contains some information about some fields.
T…
-
- [ ] analytics
- [ ] api
- [ ] back-end
- [ ] blob
- [ ] build
- [ ] bundler
- [ ] callback
- [ ] capture / bubbling
- [ ] cast
- [ ] CI
- [ ] checkbox
- [ ] CLI
- [ ] crossfade
- [ ] cu…
-
https://learn.unity.com/tutorial/encapsulation-in-object-oriented-programming?uv=2021.3&pathwayId=5f7e17e1edbc2a5ec21a20af&missionId=5f779f1eedbc2a00201f3e5e#
-
- [X] operation traits (boolean, transform, etc.)
- [X] topology structures (vertex, edge, etc.)
- [ ] user data field
- [X] properties (length, center, etc.)
- [ ] getter, setter (or builder) of …
-
比如属性b的setter类型会根据属性a来自动变化,目前使用dynamicSetter无法做到动态变化,只能点一下空白处,然后重新选中组件,属性b才会改变setter
![8d85bb11940943abc72a86dcb4c315f7](https://github.com/user-attachments/assets/3f32b493-4f6c-4b74-bb60-babec0f26396…
-
constructing a new {U}Int each time we need to assign something `seems` really tedious. In getters we have a .value(), is there an API for us to use in setters?
(edit by maintainer: `set_field1(u4:…
-
Adding a proc macro that we can derive on the structs could automatically generate most functions for the builder pattern for us.
Currently we have this:
```rust
#[derive(Serialize)]
#[serde(ren…
-
### What is the problem or limitation you are having?
I can't unselect `Row` after selecting it on `toga.Table()`
### Describe the solution you'd like
I use the `on_select` action on `toga.Table()`…
vzool updated
2 months ago
-
These pymethods
```rust
#[pymethods]
impl Foo {
#[getter]
pub fn readwrite(slf: PyRef(mut slf: PyRefMut) -> String {
String::new()
}
}
```
should translate to
```pyt…