Kim Biesbjerg
Kim Biesbjerg
# Bug Report **Ionic version:** [x] **4.x** **Current behavior:** `ion-refresher` is not visible when `content` has `fullscreen` attribute. **Expected behavior:** `ion-refresher` should be visible when dragging content down, even if...
### Clear and concise description of the problem Would be nice to make `paths` be type safe to prevent errors. ```ts export const usePlayerStore = defineStore("player", () => { return...
### Self-Hosted Version 24.7.1 ### CPU Architecture x86_64 ### Docker Version 27.2.1 ### Docker Compose Version v2.12.2 ### Steps to Reproduce I'm not sure how to give actual reproduction steps,...
Fixes #3848 Adds the ability to specify character encoding when importing CSV files, enabling correct import of files from banks that use non-UTF-8 encodings. This fixes garbled characters in payee...
### Description Two related issues with error handling types: 1. **`customError()` naming**: This method only intercepts response errors (HTTP errors with a response). Request-level errors (network failures, CORS, etc.) bypass...
Closes #288
*Note: This issue was AI-generated, but the fix has been validated.* When chaining `.addon()` with `.catcher()` or `.catcherFallback()`, addon wretch-level methods are lost from the type. ### Reproduction ```typescript import...