Omar Doma

Results 5 issues of Omar Doma

First, I would like to thank you for the great library, second, I have found an issue that I wanted to report so we can improve the library further. So...

On Android progress is a value between 0 to 1, while on iOS the progress is a value between 0 to 100 which results in an inconsistent API that forces...

## 🚀 Feature Proposal Add a field in undici options that specifies the proxy you need to connect to before forwarding the request to the upstream. ## Motivation Right now...

good first issue

https://github.com/incipher/einmal/blob/fba4caaa0b0e8b7b762f365d1f8a6d4ac9f1ecd5/src/hooks/useGlobalState/reducer.ts#L27 The actions are being dispatched twice because the useReducer callback is always a new function, it can be solved by making the reduction function a function declaration/expression and passing...

**Describe the bug** Any query to Eurostat returns 404 because it points to the wrong api url, the current one is: `https://ec.europa.eu/eurostat/api/dissemination/2.1/data` while the library points to: `https://ec.europa.eu/eurostat/SDMX/diss-web/rest/data` **To Reproduce**...