Teodor

Results 6 issues of Teodor

**Is your feature request related to a problem? Please describe.** The I3 window manager renders the window stacks in a very useful manner. It contains a top header, similar to...

enhancement

**Describe the bug** Occasionally the stackbar and border generated by komorebi vanish. The space designated for them is still there, they just don't render. I am unsure what causes this,...

bug

Is an update to `raw-window-handle` possible? It would allow integration with parented webview windows via [wry >=v0.36.0](https://github.com/tauri-apps/wry/releases/tag/wry-v0.36.0). The latest I can push in this direction currently is `0.35.2`, at that...

I notice [this commit](https://github.com/SoftwareBrothers/adminjs-prisma/commit/90ab9a26679971c9f119f186235f2ed57558d41e) targets **extensibility**. Since `prepareProperties` is now overridable, I'd say it's just as useful to export the `Property` class in [index.ts](https://github.com/SoftwareBrothers/adminjs-prisma/blob/main/src/index.ts). It would allow me to use...

The current Property class does not implement the `isArray` method which causes it to always return `false`. This results in data type misinterpretation in lists. It is fixable by manually...

This allows for the SoftDelete, Delete and Update QueryBuilders to perform whereExists conditions. This allows for Brackets and NotBrackets to use whereExists statements. Closes #10066 ### Description of change PR...

Marked For Double Check