Aaron Madlon-Kay
Aaron Madlon-Kay
I am using your icons in a desktop app that has dockable panes. I'm using `appbar.new.window` for "undocking" a pane; I'd like the same thing but with the arrow reversed...
I am working on an (almost) one-step dev setup powered by Docker Compose. 1. Run `docker compose up -d` in the repo root 2. Run `./docker_compose_setup.sh` (and wait a long...
This fixes a bug in my rendering hints patch (sorry). I thought the hints map was guaranteed to be non-null, but I was wrong—on Linux it can be.
The following parts of the VLDocking interface are currently impossible or cumbersome to customize: - `AutoHideButton` background color: `setOpacity()` is currently used (and from outside the UI class) to change...
The JAR included in the 3.0.4 release .zip and .tar.gz appears to be version 3.0.2, not 3.0.4.
~Note: This PR includes the changes in #19, so you might want to review that one first.~ This PR addresses #16 by adding the following functions: - `FilePickerWritable.openDirectory` - `FilePickerWritable.getDirectory`...
When trying to upgrade my project to Android Gradle Plugin 8.0 I get the following error: ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred...
Thanks as always for the great plugin. I have a use case for selecting a directory, rather than a file: I want to be able to resolve files relative to...
If an error/exception occurs while trying to open a file sent from another app by intent (Android) or "Open in"/"Copy to" (iOS), the error is logged (e.g. [here](https://github.com/hpoul/file_picker_writable/blob/628c9c207e8b0d396e768448956b79282958554f/ios/Classes/SwiftFilePickerWritablePlugin.swift#L334)) but nothing...
PetitParser 5 has some support for indentation-based parsing: https://github.com/petitparser/dart-petitparser/commit/d03b23bb99c7cf507f8f5f0a3b8dfc6691b2b68d This could be useful for improving parsing of some areas like list item bodies.