Nicolas Peugnet

Results 92 comments of Nicolas Peugnet

> I'm planning to work on an autodoc plugin for PHP using a method similar to [sphinx_js](https://github.com/mozilla/sphinx-js), which means I'll rely on phpDocumentor to parse the docblocks into xml and...

If what you mean by "index" is the "table of contents", then there is indeed an option in Sphinx to disable it: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-toc_object_entries

> Looks a bit sus since code blocks can contain HTML 🤔 I'll check again, as I don't exactly remember why I made this commit like this (that's why I...

So the problems indeed come from https://github.com/mautrix/go/commit/d2005e5dfe54e551ffdab15cebecc373abfd4df4. My second commit https://github.com/tulir/gomuks/pull/393/commits/ce4e8674202960225851e14a70c76d27ca369d8c only fixes one of the bugs it introduced in gomuks, as it relies on the `Relations` structure to always...

Just upgraded mautrix from v0.12.2 to v0.12.4. I will keep this version for a few days to see if new problems arise.

Hmm this is not so good. I started to get some "unable to decrypt" errors recently and I suspect it comes from this change. I noticed in the gomuks debug...

Hi @tulir, I rebased this branch over master and updated to mautrix v0.14.0 (I will maybe see later for the latest versions). I think the first error described in https://github.com/tulir/gomuks/pull/393#issuecomment-1413584355...

@tulir: I would like to try to fix this bug next, but I don't know where to look for it. Do you have any advice on where to look?

> I don't consider this a bug at the moment, it seems more like feature. Sorry you're right, this is not exactly a bug request. But as it was a...

Just a comment to make it clear that this PR removes [the CI that was run on each release in `flarum/testing` repo](https://github.com/flarum/testing/actions), as it now useless if the tests are...