Max Jakobitsch
Max Jakobitsch
Add a simple extension of `TextSpan` that directly uses `buildTextSpan`. `LinkifySpan` is an `InlineSpan` which means that users have more flexibility when using Linkify inside existing `TextSpan` constructs. Bump min...
How to reproduce: In the example app select "Built-in style example", then press the plus button. The modal is not opened, and instead an exception is thrown. The reason is...
Fixes #155. Wireshark removed the `manuf` and `services` files from their git repo which were used for MAC vendor/OUI resolution and port service name and description lookup, respectively. Fortunately, similar...
I would like to create a food item as a combination of other food items. Currently, if I want a custom food item, I have to calculate and enter the...
I often eat similar things, and while the "recent" tab helps, it would seem faster to just copy and paste some items from a previous day.
Sometimes I enter the wrong amount of something. Currently the only way to correct this is to delete the entry and re-create it, which is cumbersome. I would imagine a...
Is the settings property _Search: Exclude_ (`search.exclude`) planned for Theia IDE? Are there alternatives? Description in VSCode: > Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders in fulltext searches and...
The `.gitconfig` is not actually used by git unless manually configured to do so. The repo-specific git config is located in `.git/config`. The only `.gitconfig` file read by git is...
Proper fix for #1275 that does no longer require manual intervention. On Windows, git has `core.autocrlf=true` set at _system_ level, hence any Windows user who has not changed their _global_...
This is intended to properly fix #240, #384. TODO and open questions: - include info on #337, maybe commit .patch itself, keep updated for flutter releases - for me, convenient...