Andy Beaumont

Results 38 comments of Andy Beaumont

Thanks @vsalvino - If I fork and have a poke at adding some kind of configurability to vary headers do you think that might be a good way to add...

Update: No matter what I tried, I couldn't get Django's cache key functions to take my custom headers into account. However, I have found an elegant / hacky (delete as...

@jpic I've got DAL working fine in lots of projects, but recent versions of [Wagtail](https://wagtail.org) have a library called [Telepath](https://wagtail.github.io/telepath/) which does some weird thing to render form data client-side....

I've just run into this too, Poetry 1.1.14 using the `get-poetry.py` script on Ubuntu 22.04 with Python 3.10.4

I tried killing `pyright` without luck too. ```json "languages": { "Python": { "language_servers": ["ruff-lsp", "pylsp", "!pyright"] } } ```

@Routhinator I've just tested it in Firefox and it actually works with no modifications. 1. Download the extension from https://github.com/loftylabs/djdevpanel-devtools 2. Unzip it, and then unzip the archive in `dist`...

Actually, I think I've sort of nailed it. > Unsigned extensions can be installed in Developer Edition, Nightly, and ESR versions of Firefox, after toggling the xpinstall.signatures.required preference in about:config....

OK, pull request is in: https://github.com/loftylabs/djdevpanel-devtools/pull/4 If that doesn't end up getting merged you can find everything you need in my fork: https://github.com/drcongo/djdevpanel-devtools

`~/.ssh/id_krypton` doesn't exist on disk, only on my phone. The public key exists in `~/.ssh/` but not the private. I realise this is very niche though, so don't worry too...

I've done some digging on this now. As far as I can tell it's the IdentityAgent that's getting ignored. The ProxyCommand does seem to be doing what it's supposed to,...