abichinger
abichinger
fix: #1027 ## Changelog - add interface IPatternMatcher - add function SetNamedRoleMatcher - add function SetNamedDomainMatcher - mark AddNamedMatchingFunc and AddNamedDomainMatchingFunc as deprecated (these function should be removed with the...
### Description Allow the user to split a section of the document into multiple columns. The width of each column can be adjusted by dragging the separator between columns. It...
# General ## What bug do you experience? 🐞 The typing indicator is not visible if the `Chat` widget does not contain any messages. ## How can it be reproduced?...
exposes [filterQuality](https://api.flutter.dev/flutter/widgets/Image/filterQuality.html) of `Image` My use case: I want to set `filterQuality` to `FilterQuality.none`, when cropping pixel art. Otherwise the pixel art is blurred.
Hey! Thank you for sharing this awesome crop widget. I added a builder function to add a custom overlay to the clipping area.  Resolves: #86
# Description This PR adds the following flag to the `dev` command: - `vport`: The vite dev server port, default: `9245` And adds support for the environment variable `WAILS_VITE_PORT` [`server.strictport`](https://vitejs.dev/config/server-options#server-strictport)...
# Description This PR continues the work done by @fbbdev in https://github.com/wailsapp/wails/pull/3347. I used this commit 241c578c7abe6e8cd916e561f626bb53ce275340 as a starting point and modified the binding and model generator code to...
Take Clock Format of [ReactJS Cron](https://xrutayisire.github.io/react-js-cron/?path=/docs/reactjs-cron--demo) as refernece.
Mention that Vue 2 >= 2.6.13 is required. Related #27