Andreas Backx

Results 35 issues of Andreas Backx

Lately our calls to GoCardless are taking an excessive amount of time and are even causing timeouts in our wsgi. Calls to [`BaseService._perform_request`](https://github.com/gocardless/gocardless-pro-python/blob/c97b66fa88685b06d1d8e13908a78e3cf0cde9f1/gocardless_pro/services/base_service.py#L31-L41) are all using hardcoded settings, e.g: [`RedirectFlowsService.create`](https://github.com/gocardless/gocardless-pro-python/blob/c97b66fa88685b06d1d8e13908a78e3cf0cde9f1/gocardless_pro/services/redirect_flows_service.py#L37-L39)....

The API documentation has [a ton of errors](https://developer.gocardless.com/pro/2015-07-06/#errors-invalid-api-usage-errors) listed, would it be possible to have these exact errors/exceptions be raised by the library? Currently we have to check for the...

This adds support for marking the content inside of a doc comment as markdown. Additionally the following identifiers are marked as documentation blocks as well: - `//!` - `/*!` These...

### Hyprland Version System/Version info ```sh Hyprland, built from branch at commit cba1ade848feac44b2eda677503900639581c3f4 (props: bump version to 0.40.0). Date: Sat May 4 15:42:32 2024 Tag: v0.40.0, commits: 4606 flags: (if...

bug

When middle clicking a file in the sidebar does not open it in a new tab. It does when using Obsidian's own file sidebar. Would be nice if functionality was...