dvoloshyn
dvoloshyn
**Steps to reproduce the behavior:** 1. Multi-monitor Gnome wayland session. Here is mine: [MultiplMonitorsSetup.png](https://user-images.githubusercontent.com/20318198/150528507-4e96c356-e8ca-4362-8fdc-42623ef53765.png) 2. Start `safeeyes` in native wayland mode. To double check run `xprop` and try to click...
`BlockHound.install();` makes jvm exit because of unhandled exception: `dynamicThreadPredicate` is `null`. ## Steps to Reproduce - Use Oracle JDK 17, - Create spring-boot application - Add `module-info.java` with required dependencies...
Hi, It would be great if the generator accepted a hook similar to this: fun enrichSchema(schema: JsonNode, prop: BeanProperty) as a substitution for ValidationConstraintResolver from the original jackson-module-jsonSchema, that could...
Support storing arbitrary dart types as JSONB BLOBs with configuration support within .drift files
**Problem** I have the following column definition in .drift file: ``` dependencies TEXT NOT NULL MAPPED BY `const JsonArrayConverter()` ``` It allows to store dart List as json TEXT in...