Stephen Paul Weber
Stephen Paul Weber
You are right that if the library is handed content that does not have a `Content-Type` with a `charset` already, then it is rather hard. And, of course, if handed...
This feels less like a feature we should have, and more like a feature we could help implement at their server
That's kind of my thought, yeah. If you want your messages to come over SMS in some cases, that's probably true for *all* your messages... or some subset determined by...
In fact, if they allow for filtering based on presence, https://modules.prosody.im/mod_firewall.html could be used for this purpose in the future.
Hmm, ok. I may have to look into headers_more again -- though it would be nice if this module could do it, since it's so much a part of what's...
Reports from most users have been that this is resolved as of Android 14
NewBase60 is often used in indieweb identifiers that are meant to last s long time in archives past the death of their website hosting, etc, on multiple services as social...
@nurpax That suggestion is basically the same as what I have to do write now, that is, I have to write the full adapter from the `parser :: Text ->...
Current: ``` instance FromRow Deposit where fromRow = Deposit field field fieldWith emailF field fieldWith rippleF field field where emailF f = case fieldData f of (SQLText t) -> case...
@nurpax I thought you might want to switch to `Typeable` -- what about providing a `fieldWithParser'` or something that takes the string, and make the main `fieldWithParser` require Typeable and...