Boros Máté

Results 9 issues of Boros Máté

Android 14 requires to declare a new permission: https://developer.android.com/develop/background-work/services/fg-service-types#location Docs should be updated based on this.

An error popped up in Crashtlytics on our production env. I opened a new issue for further investigation. _Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{..._ Brand:Samsung Model:Galaxy Z Fold3 5G...

### Page URL https://docs.flutter.dev/deployment/flavors/ ### Page source https://github.com/flutter/website/tree/main/src/content/deployment/flavors.md ### Describe the problem **Description:** Following the documentation for renaming schemes in the Podfile, an error occurs when building the iOS app....

p2-medium
e1-hours
devos.macOS
st.triage.ltw
target.iOS
from.page-issue
dev.flavors

### Is there an existing issue for this? - [X] I have searched the existing issues. ### CLI Version 1.0.0 ### Firebase Tools version 13.10.2 ### Flutter Doctor Output [✓]...

bug
blocked: customer-response
Stale

### Describe the bug The provided example would not build on Stackblitz: https://primeng.org/dynamicdialog#example Missing this import: import { DialogService, DynamicDialogRef } from 'primeng/dynamicdialog'; Furthermore, we should consider including the usage...

Status: Needs Triage

### Describe the bug The docs: https://primeng.org/table#virtual-scroll-lazy The examples are still using the LazyLoadEvent interface which might cause problems when strictTemplates enabled: https://github.com/orgs/primefaces/discussions/1945 ### Environment - ### Reproducer _No response_...

Status: Needs Triage

### Describe the bug When the dropdown panel opens upwards and the dropdown filtered it does not stick to the dropdown input. Mentioned here: https://github.com/orgs/primefaces/discussions/2604 ### Environment - ### Reproducer...

Status: Needs Triage

### Describe the bug The docs should mention that target of BlockUI must implement BlockableUI interface when it's a custom Component. ### Environment - ### Reproducer _No response_ ### Angular...

Status: Needs Triage

In the past there was a rule like this in _button.scss: ```scss .p-fluid { .p-buttonset { display: flex; .p-button { flex: 1; } } } ``` without this the button...