alexpdp7

Results 20 issues of alexpdp7

On Rocky 9: ``` $ dnf groupinstall "Development Tools" $ dnf install wget gpm-devel $ wget https://kojipkgs.fedoraproject.org//packages/emacs/29.2/4.eln135/src/emacs-29.2-4.eln135.src.rpm $ dnf builddep emacs-29.2-4.eln135.src.rpm --enablerepo devel $ rpmbuild --rebuild emacs-29.2-4.eln135.src.rpm --without webkit ```

- [ ] https://github.com/nnicandro/emacs-zmq/issues/49 ``` pipx install jupyter-client pipx inject jupyter-client jupyter-core --include-apps pipx inject jupyter-client ipykernel ```

- [ ] Gemini alex.corcoles.net (update k8s secret) - [ ] idp.pdp7.net internal (`/usr/local/bin/notify_md_renewal_hook_ipsilon.h1.int.pdp7.net` does not execute?) - [ ] proxmox (`/usr/local/bin/notify_md_renewal` does not execute either?)

https://www.seg-social.es/wps/portal/wss/internet/CalendarioLaboral/ This does seem to have all local calendars. Perhaps we can deprecate this project if that works well.

At least in Google Calendar, when importing from an URL, you get the URL as the calendar name, which is not very usable.

## Feature Request ### Motivation I was playing with tracing and OpenTelemetry and I was noticing that under some conditions, my test applications were not sending traces at all. Looking...

txtdot seems to choke on Mastodon URLs, such as https://mastodon.social/@fabinou ; the `/@` confuses it?

bug

Many offers, esp. remote offers are for "contractor/freelancer/autónomo/self-employed" positions, because foreign companies without a Spanish legal entity cannot offer regular employee contacts. Personally, I find this non-ideal, because I'm only...

I have [a tool to download binaries from GitHub releases](https://github.com/alexpdp7/ubpkg/), but it detects the latest release by searching for the latest tag. Because the `v0.3.2` tag exists, but only the...

https://github.com/ihabunek/toot/blob/master/toot/tui/app.py#L366 I'm using Takahe and when: ``` self.account = api.find_account(self.app, self.user, acct) ``` runs, I get: ``` File "/home/alex/.local/pipx/venvs/toot/lib/python3.11/site-packages/toot/api.py", line 38, in find_account raise ConsoleError("Account not found") ``` , which...