fbramato

Results 3 issues of fbramato

## Checklist - [X ] Tests - [X] Docs - [X] Type definitions the `.file()` method execute a `get()` but returning a BlobPart[] instead of Collection to be used with...

Hi, i would use the same query builder syntax to export data as Excel. For example, calling: ``` User. .where(toRaw(filters.value)) .orderBy((descending ? '-' : '') + sortBy) .export('users.xlsx'); ``` would...

**Describe the bug** Doxygen is executed and exits immediately, no warnings, no errors. **Screenshots** ![image](https://github.com/doxygen/doxygen/assets/118736163/e2abad7b-d65d-419e-92b7-1967495e9dfa) **To Reproduce** I'm running a Github Action Workflow ``` # Simple workflow for deploying static...

bug
enhancement
fixed but not released