-
Potentially similar issues:
https://github.com/llvm/llvm-project/issues/64628
https://github.com/llvm/llvm-project/issues/43604
https://github.com/llvm/llvm-project/issues/63667
https://github.com…
-
Examples:
```rust
enum Enum{
Variant { field /*comment*/ : i32}
}
struct S {
field /* comment */ : i32
}
```
Both comments get removed without any warning.
Since this seems to be a recurri…
-
LVGL 9.1
Is it possible to populate a drop down list from all possible values in an enum?
I have a drop down list called Foo.
The Selected property is set to assignable and native variable name…
-
### PHP Version
8.1, 8.2
### CodeIgniter4 Version
4.5.5
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested fo…
-
{
"code": 200,
"message": "success",
"data": [
{
"sku": "H713C",
"device": "MAC ADDR",
"deviceName": "Salon",
"type": "devices.types.heater",
"capabili…
-
Hi guys,
Trying to migrate to v5 i found this strange behavior:
```typescript
const myAd: MutateOperation = {
entity: 'ad',
...
}
```
This kind of declaration give me an error due …
-
![Captura de Tela 2024-05-03 às 14 22 09](https://github.com/motor-admin/motor-admin-rails/assets/34753722/c46b2597-9b09-4956-939d-4551bdded604)
This happens even then there is no validation at th…
-
## Issue Description
When I add an enum item to an existing enum field on an Entity and run `migration:generate`, a blank migration is created
### Expected Behavior
I expect a migration to be…
-
the [`MessageReference`](https://github.com/serenity-rs/serenity/blob/current/src/model/channel/message.rs#L1095) struct is missing the type field (see here: https://discord.com/developers/docs/resour…
-
## Schema version
Published registry schema has a MAJOR.MINOR semantic version, i.e. `v1.2`
When version needs to be bumped up:
- Major version: breaking schema change, i.e. field type change, …