-
I'm back and still thinking about enums! A problem we hit last time in #1217 was that generating Dart enums for native enums isn't always the right choice. As a workaround, we offered an opt-out, but …
-
Projection to Boolean of Equals comparator of a Enum property (that has custom ValueConverter to string) with one of possibles values of Enum translates to SQL with the new XOR ('^') operator implemen…
-
## Describe the solution you'd like
Offer a built-in transformer for Enums, which selects a random **valid** enum value.
## Describe alternatives you've considered
Defining a custom transformer…
-
### Tested versions
4.4.dev3
### System information
Windows 11 - Godot 4.4.dev3
### Issue description
I have an enum called `ItemType`, belonging to a custom resource called `ItemManager`:
![i…
-
I have a few postgres `ENUMS` mapped with SQLAlchemy's new-style `mapped_column()` using `sqlalchemy.dialects.postgresql.ENUM` type. The generated diagram shows the columns of these types as `VARCHAR`…
-
Hey i got two Smart Humidifier Lite, i could add them but i cant control them.
`{
"code": 200,
"message": "success",
"data": [
{
"sku": "H7140",
…
-
Allowing users to set custom parsers would be very helpful. It could allow them things like:
```kt
class User(val name: String, val age: Int) {
override fun toString() = "user-$name-$age"
}
…
-
I would like to use custom attributes to feature guard bindings based on information in the doc comment.
E.g. if the doc comment contains `@since 10`, i would like to generate
```
#[cfg(feature = "a…
-
The runner has an s390x branch under development that allows users to run custom runners on this architecture, so I am requesting to add support for this architecture.
This is mainly to add some new …
-
### Feature description
Flutter `GestureDetector` and `InkWell` both support a wide range of gestures to be detected without any additional user implementation :
```dart
onTap
onDoubleTap
onLongPre…