Results 7 issues of Danny Sadinoff

feature request: Relative holiday reminders. e.g. define reminder as "1 week before passover" or "1 hour before every holiday" h/t: request from B.R.

while `pq(url)('a:contains("text")')` works fine, `pq(url)('a:not(:contains("text"))')` does not, although it's valid jQuery. should it? If it shouldn't I would suggest that it ought to be documented, no?

I'm having the following issue building a standalone python plugin for uwsgi-2.0.24 against python 3.11 or 3.12 (havent' tried other versions of python) ``` PYTHON=~ccsoft/.pyenv/versions/3.11.8/bin/python3.11 ./uwsgi --build-plugin "plugins/python python3118" ***...

I'm sure you've thought of it, but I'll just leave this here as a reminder * Small letters e.g. 1. https://tikkun.io/#/p/vayikra 1. Esther 9:7, 9:8, 9:9 etc

I can't quite figure out why monky refuses to diff a staged item. any reason for this?

hg is perfectly happy to tell me the diff for an item that was just merged, and not committed, but monky refuses. Not sure why. "cannot ediff an unmodified file...

In the real world, the ActiveCampaign API tends to respond with error statuses quite often. activecampaign-python currently hides this and if the error response has no data it will blithely...