Albert Mañosa

Results 25 issues of Albert Mañosa

When a Form is placed inside a Modal, the Modal `on:submit` method is called with a `target: null` property either clicking on the primary button or hitting enter (as `shouldSubmitOnEnter`...

documentation

### Description When opening a Modal in a UIShell with a Header, it is positioned as if no Header was present, only taking into account a `max-height: 90%` of its...

flagship

It would be great if the `display` and `sort` method’s parameter types were automatically inferred, somehow. It seems tricky, as having both rows and headers types related would create a...

### Describe the bug ``` ════════ Exception caught by rendering library ═════════════════════════════════ The following assertion was thrown during performLayout(): Floating SnackBar presented off screen. A SnackBar with behavior property set...

bug
help wanted

enhancement
refactor

### Describe the bug After rewriting Lists as Sets in 5711a86 (using [`SplayTreeSet`](https://api.dart.dev/stable/dart-collection/SplayTreeSet-class.html) concrete implementation), `compute` isolation seems to be performing with issues. https://github.com/albertms10/cabin_booking/blob/036022aa346b24dce43fdcde85aebf9e8c16aadd/lib/model/cabin_manager.dart#L247 https://github.com/albertms10/cabin_booking/blob/036022aa346b24dce43fdcde85aebf9e8c16aadd/lib/model/school_year_manager.dart#L65 ### Expected behavior The `compute`...

bug
help wanted