Dagfinn Ilmari Mannsåker
Dagfinn Ilmari Mannsåker
I can reproduce this on Hydrogen 0.2.21 (1687152818). It happens when the room has no name or canonical alias. According to [the spec](https://spec.matrix.org/unstable/client-server-api/#calculating-the-display-name-for-a-room), it should use the names of the...
https://metacpan.org/author/MJGARDNER has a "Donate" button, but clicking on it goes to https://www.paypal.com/donate/ which says "This organisation's page is broken."
The [Open Graph specification](https://ogp.me/#metadata) says: > The four required properties for every page are: > > - og:title - The title of your object as it should appear within the...
There's two entries in `mro_core.c`: `mro_get_linear_isa` as well as `mro_get_linear_isa_dfs`, and I just noticed there's `mro_get_linear_isa_c3` in `ext/mro/mro.xs`. Maybe the MRO-specific ones shouldn't have all the details, and just link...
> I'm not sure I want to bump a version number purely to add a tiny clarification note on the docs of a function almost nobody cares about :P Are...
This looks like you're passing character strings to DBD::Pg, but not using `client_encoding=utf8`. Since version 3.2, the behaviour has been to deal in character strings for `client_encoding=utf8` and byte strings...
There was no `lo_lseek64` in `libpq-fe.h` in 9.2, so it looks like `Makefile.PL` finds `pg_config` from 9.2, but `libpq` and headers are actually a newer version. I see the CI...
There's no need to add `/usr/include/postgresql/9.2/bin` to `$PATH`, the `/usr/bin/pg_config` wrapper will find the most recent one in `/usr/lib/postgresql/*/bin` and delegate to that. The crucial thing is that `libpq{5,-dev}` (which...
As I mentioned in my original comment: > To get older `libpq` versions you need to add the version-specific suite to the `sources.list` line e.g. > > ``` > deb...
> I'm a bit concerned that this isn't just cleanup, but also makes a variety of functional changes. Can we list all those in one place (perhaps in the ticket),...