Arun Philip
Arun Philip
It would be great if this library had a react component to integrate with https://github.com/reactchartjs/react-chartjs-2 (possibly as a small library which uses this package as a dependency) **User story** As...
Rather than futzing around with the shared project config and hoping that personal configs are not accidentally merged, this PR shifts configuration to a `project.xcconfig` and `projectoverride.xcconfig` file, where `project.xcconfig`...
This commit includes a variety of changes that improve the codebase's quality and consistency. The following changes were made: - Replaced `==` with `===` for strict comparisons. - Removed redundant...
**Description** A clear and concise description of what the reported bug is: Uncovered in #6969 - we have many places where we just redirect without setting the reason, which might...
### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/HEAD/CODE_OF_CONDUCT.md) that Ferdium Recipes adheres to. - [X] I have searched the [issue tracker](https://github.com/ferdium/ferdium-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22recipe+%3Abookmark_tabs%3A%22+label%3A%22bug+%3Abeetle%3A%22+) for a bug report...
## Summary If possible, I would love to have spotlight integration to this Sentry SDK. ## Motivation Spotlight is slowly becoming available across all of the other sentry SDKs and...
Export RetrieveItems function for external use and standardize naming ## Description - Exported the RetrieveItems function to allow its use outside the admin package. - Corrected a typo in a...
### Expected behavior `getComputedStyle()` from `helpers.dom.js` should be called with valid `canvas` values provided. ### Current behavior ``` TypeError: Cannot read properties of null (reading 'ownerDocument') at getComputedStyle(../../node_modules/chart.js/dist/chunks/helpers.segment.js:1841:47) at getMaximumSize(../../node_modules/chart.js/dist/chunks/helpers.segment.js:1933:17)...
## Proposed change Added a check to handle cases where the 'torrents' data is None, avoiding a `TypeError` when attempting to get the length of a `NoneType` object. The function...
## What would you like to have implemented? since puppeteer 23.2.0 (released on 2024-08-26), it has targeted 128 and the last released version of this project is 127. update [2024-09-18]:...