Daniel Faust
Daniel Faust
Hi all , Today I tried to download and install this widget to my laptop but it end with this issue : `file:///home/ios/.local/share/plasma/plasmoids/org.kde.netspeedWidget/contents/ui/main.qml:52:5: PlasmaCore.DataSource is not a type` The "install"...
Hi. I'm sorry for being a bit negative. But don't think the values calculated by this crate are correct. Either that or I didn't understand what this crate tries to...
### Dependencies check up - [X] I have verified that I use latest version of all @mantine/* packages ### What version of @mantine/* packages do you have in package.json? 7.9.0...
- FIX: ordering of debounced events when multiple files are modified and renamed (eg. during a safe save performed by Blender) The debouncer is getting increasingly complicated. It took me...
### Describe the problem Currently Tauri uses libappindicator to create tray icons on Linux. But it has far fewer features than the xdg standard, as well as macOS and Windows....
Fixes a couple of issues: - Fix notify-debouncer-full by removing mock_instant crate. Trying to use mock_instant across multiple crates was a bad idea. All functions requiring a clock were removed...
**Describe the bug** When setting the `control_flow` argument of the closure passed to the `EventLoop::run` function to `ControlFlow::WaitUntil`, the event loop wakes up a couple of times and then stops...
I had to expose a few internals and add some image conversion functions to make muda work with my ksni patch for the tray-icon crate. Companion PR for tray-icon: Replace...
Using ksni and the xdg standard for tray icons on Linux unlocks missing functionality and new features (https://github.com/tauri-apps/tray-icon/issues/104 and more), as well as unblocks a GTK4 migration (https://github.com/tauri-apps/webkit2gtk-rs/issues/94). - Predefined...