Mohamed Abdelaal

Results 4 issues of Mohamed Abdelaal

I have multiple chromium Progressive Web Apps (PWA). Save/restore windows can't distinguish them and treat them as one application. The issue is similar to https://github.com/nlpsuge/gnome-shell-extension-another-window-session-manager/issues/102

### Problem to solve I have a use-case where I want to show/hide some components, which can be done by add/remove them to the tree as described [here](https://docs.flame-engine.org/latest/flame/components.html#visibility-of-components). I can...

enhancement

Add support for math-like min/max functions on Durations. closes #74

I couldn't find a built-in functions for min/max value of two or more durations. Similar to [min](https://api.flutter.dev/flutter/dart-math/min.html)/[max](https://api.flutter.dev/flutter/dart-math/max.html) in the [dart:math](https://api.flutter.dev/flutter/dart-math/) library. It would be nice to add those functions to...