Wayne Werner

Results 168 comments of Wayne Werner

Oh. Well that wasn't very good: ``` 08:43:36 - Connecting with account home as [email protected]/profanity.Z2MC [09:00] -1- Segmentation fault (core dumped) ```

I went ahead and fired up the debug logging and let it run until segfault: ``` 2025-06-18T13:30:52.151622-05: xmpp: DBG: RECV: 2025-06-18T13:30:52.151683-05: xmpp: DBG: handle proceedtls called for proceed 2025-06-18T13:30:52.151707-05: xmpp:...

So, trying to build the AUR libstrophe requires uninstalling profanity and using the AUR profanity. However ``` src/pgp/gpg.c: In function ‘p_gpg_decrypt’: src/pgp/gpg.c:659:36: error: implicit declaration of function ‘gpgme_key_get_string_attr’ [-Wimplicit-function-declaration] 659...

Okay, so weird update: I got it to build by just commenting out that block of gpg code; seemed pretty safe to do since I'm not actually using GPG to...

@jubalh I think this has been fixed 🎉 At least, I just re-ran my profanity `makepkg -si` and it looks like it pulled down this version: `profanity-git-7529.5385cc28-1-x86_64.pkg.tar.zst` and I've been...

FWIW, I don't think it works *particularly* well (there are some vagaries when it comes to `uv lock`) but ``` [project] dependencies = [ "some-pkg>=1.2.3", ] [tool.uv.sources] some-pkg = {...

I wrote up here: https://waynewerner.com/blag/2025-08-09-14-43-editable-dev-dependencies-with-uv.html Looks like basically `uv add` and `uv add --dev --editable /some/dependency` and then you have to install with the wheels with the actual deployment.

Looking at this, I'm almost *positive* that the issue, for some reason, is that the reaction_type isn't in `self.client_cache` - there's code in salt/utils/reactor that removes the item from the...