Sithija Nelusha Silva

Results 4 issues of Sithija Nelusha Silva

## Description Applied `flex-wrap` to the attachment container to prevent layout issues when multiple attachments are present, improving display on both mobile and desktop. ## Type of Change - [x]...

design

### Bug Description Long attachment filenames wrap onto two lines, misaligning the file‐size label. ### Steps to Reproduce 1. View an email with two PDF attachments whose names are longer...

bug

### What happened? Bun package manager detection fails in `installationInfo.ts` due to incorrect path checking. When installed via `bun add -g @google/gemini-cli`, the detection logic checks: ```ts if (realPath.includes('/.bun/bin')) ```...

priority/p1
area/core

### Description Currently, the `ballerina-lang` module contains all compiler components in a single Gradle module. This will be refactored into separate modules; `driver`, `frontend`, `backend` and a `common` module (such...

Type/Task
needTriage
userCategory/Compilation