lugrinder
lugrinder
### What happened? When a QEditor is used inside a QDialog, if the editor is maximized using the editor maximize toolbar button, edition is not possible. ### What did you...
### What happened? In the QEditor component, when using the toolbar dropdown button for paragraph format like: ``` :toolbar="[{ label: $q.lang.editor.formatting, icon: $q.iconSet.editor.formatting, list: 'no-icons', options: ['p', 'h3', 'h4', 'h5',...
For example, a schema like this: ``` model Test { id Int @id @default(autoincrement()) /// @zod.custom(z.nativeEnum(imports.State)) state Int @default(0) } ``` Where `State` is defined in `imports` like: ``` export...
**Describe the bug** When the persistence is enabled with MQTTCLIENT_PERSISTENCE_DEFAULT or MQTTCLIENT_PERSISTENCE_USER, QoS is incorrectly set. The message was sent and arrives to any subscribed client, and was interpreted as...
syncthing lite v0.3.12 updating index error: IndexMessageQueueProcessor.indexUpdateProcessStoredQueue java.util.NoSuchElementException: List is empty. at a.a.v.e(_Collections.kt:363) at net.syncthing.repository.android.database.c.b$a.a(FileInfoItem.kt:51) at net.syncthing.repository.android.b$l.b(SqliteTransaction.kt:80) at net.syncthing.repository.android.b$l.a(SqliteTransaction.kt:10) at net.syncthing.repository.android.b.a(SqliteTransaction.kt:34) at net.syncthing.repository.android.b.a(SqliteTransaction.kt:78) at net.syncthing.a.a.c.e.a(IndexElementProcessor.kt:36) at net.syncthing.a.a.c.j.a(IndexMessageProcessor.kt:29) at net.syncthing.a.a.c.k$e.a(IndexMessageQueueProcessor.kt:128) at...
### What happened? If you use an array of numbers for markerLabels of QSlider works fine, but shows type error (vue-tsc) because SliderMarkerLabels has no definition to use Array. ###...
My app runs fine without any problem with Node, even if the code was bundled with Bun, but if I run the app with Bun, all my app work fine,...
Functions like `timeout`, `retry` and `delay`, checks for positive number values at run time and adds unnecessary code. Do with TypeScript using helpers like `NonNegativeInteger` from [type-fest](https://github.com/sindresorhus/type-fest/tree/main). Run time checks...
### What happened? After many days working, device is disconnected from broker and when try to reconnect, it can. Kicking out the connection from dashboard, removes connection, but connection appears...
### Before you start - [x] I searched existing issues and discussions for duplicates - [x] Iām using the latest version of prisma-zod-generator - [x] I have starred the repository...