Dan Palmer

Results 50 issues of Dan Palmer

Apologies for a somewhat vague report, I'm happy to expand this once it's decided what the appropriate course of action is. We've found that disabling Sentry (not calling `init`) in...

Status: Backlog
discussion
Integration: Django

I may have misunderstood what's happening here, but hopefully a video demo will help show what the issue is. Essentially when I swipe on a page, I can see the...

When specifying fixers to exclude, these options appear to have no effect, and when specifying fixers to include, modernize fails with an import error: ``` Traceback (most recent call last):...

Virtualenv has just released version 20, which breaks compatibility with dh-virtualenv. Specifically, dh-virtualenv still passes the `--no-site-packages` option which has been deprecated for a while now. v20 now rejects this...

I'm not sure if it's intentional, but there's no source code contained in this repo as far as I can tell. The README says that PRs are welcome, which would...

**Describe the bug** To my knowledge, there is no way to delete a translation for a single field, or to save the original value back over the top of it....

Given a set of 10 items, and the query "first 3 after 4", I'd expect the return value to have `has_next=True` and `has_previous=True`, but it only has `has_next=True`.

I've had a look for this in the docs and code and not found anything. If this is already support, apologies, let me know what I should be searching for....

In HTTP, headers are case _in_-sensitive, however Http.swift treats them as case-sensitive. This means, for example, when sending a `POST` to an Http.swift server with a `content-length` header, no body...

## Description An extension to view info about Monzo accounts, spending, and to transfer money between accounts owned by the user. ## Checklist - [x] I read the [extension guidelines](https://developers.raycast.com/basics/prepare-an-extension-for-store)...

new extension