-
@svaldetero do you have plans to implement the 3.4 bindings soon? They have taken away the required dependency on NFC, which was lowering my device count.
-
Some java 11 modules do not make it to the classpath of the application. This can be a feature as we strip the things we don't need.
Java modules should be taken a look at somewhere down the line.
…
-
## Steps to Reproduce
1. Run the code following on the mobile simulator or physical mobile device
code sample
```dart
/// Flutter code sample for DropdownButton
// @dart = 2.9
// This…
-
Linked to https://github.com/A248/LibertyBans/issues/164.
This is no easy feat haha.
-
I have two tables:
User:
```
object Users : IntIdTable("users") {
val firstName = varchar("first_name", 64)
val lastName = varchar("last_name", 64)
}
class UserEntity(id: EntityID…
-
Please make it possible to use https://github.com/r2dbc/r2dbc-client
-
Is there any support for creating tables from a Ktorm schema? Or do tables have to be manually created using direct SQL commands?
-
After building in release mode in Xcode, I looked at the log.
When the app is placed in the background by raising the indicator at the bottom, the background service does not work.
When I manually c…
-
10.4 QueryDSL
10.5 네이티브 SQL
10.6 객체지향 쿼리 심화
10.7 정리
-
**Describe the bug**
Wanting to try the new Dev UI in a simple Camel Quarkus app https://github.com/apache/camel-quarkus-examples/tree/master/timer-log I found that the `/q/dev` endpoint is not avail…