Sebastian Jeltsch
Sebastian Jeltsch
### Version latest ### Library feedback ### Flutter channel stable ### Flutter version 3.13.9 ### Platform Web ### Details When opening a dialog with inputs, tabbing doesn't work (i.e using...
To try run e.g.: $ docker build -t homer --build-arg SUBFOLDER=/bar . && docker run --rm -p 8080:8080 -e SUBFOLDER=/bar homer before and after. Previously, the base path wasn't set....
Hi, I've been toying with the idea of using tstorage for a series of location data, i.e. 3D positions (latitude, longitude, altitude) for different devices. If I understand correctly, using...
I'd like to nest pane items more deeply than 1 level. The implementation clearly asserts: "There can not be nested PaneItemExpanders" while MS' documentation reads: "Although NavigationViewItem can contain any...
I'm new to fluent_ui and as I was reading through the example I found it to be slightly harder to follow than necessary. These are my suggestions to streamline the...
Reduce code size of Iterable.(min|max)OrNull and be a pedantic human spell checker. - [*] I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Output of running `dotnet format` with default config: ```csharp class Foo { } class Program { public static void Main() { List list = [[ new Foo(), new Foo(), new...
Hi Fabien, let me start saying that I love Kobalte. It's hands down the best headless UI framework for solid. Let me further disclaim that this is more an observation...
Disclaimer: I'm not overly familiar with the code base, so I'll quickly share my approach: * Adapted the tokio-postgres implementation for AsyncMigrate * Adapted the sqlite tests from rusqlite: *...