Explore >> Select a destination


You are here

takeonrules.com
| | davemq.github.io
12.1 parsecs away

Travel
| | In Splitting the subject in Gnus summary subject lines I showed some code to split the summary line in Gnus. Today saw an error when trying to enter a Gnus group, and diagnosed it to a subject that ended in "]". The gnus-user-format-function-s code adds 2 to that for use as the beginning of second part of the subject, but that's beyond the end of the string! Here's an updated version that will use the length of the string if its less than (+ cb 2):
| | andrewshitov.com
20.5 parsecs away

Travel
| |
| | shopper-help.sezzle.com
33.3 parsecs away

Travel
| | If there are people in your circle who would benefit from using Sezzle as a payment or credit-building option, you can refer them to...
| | svrooij.io
68.0 parsecs away

Travel
| Ever since Microsoft created managed identities, people are asking how/if they work for multi-tenant applications. They even spend a faq on it. In my previous post I wrote that it was possible to use a managed identity to get access tokens for some multi tenant application, if you haven't seen that post be sure to check it out since this post uses the knowlage from that post to demo the process.