15 Jan 2023 |
| motiejus joined the room. | 09:35:52 |
17 Feb 2023 |
philipp | Synapse 1.77 released. https://matrix.org/blog/2023/02/16/synapse-1-77-released | 14:32:56 |
philipp | Oh, already in. Why was that in my rss feed just now? 🤔 | 14:35:55 |
Sumner Evans | I update it almost as soon as o see the notification on GitHub. | 14:37:17 |
Sumner Evans | * I update it almost as soon as I see the notification on GitHub. | 14:37:26 |
| @kevincox:matrix.org changed their profile picture. | 20:31:56 |
| @kevincox:matrix.org changed their profile picture. | 20:33:07 |
18 Feb 2023 |
| Quinten joined the room. | 05:02:59 |
21 Feb 2023 |
| Tobias Stenzel changed their display name from Tobias Stenzel (escaP) to Tobias Stenzel (extern). | 17:22:39 |
| Tobias Stenzel changed their display name from Tobias Stenzel (extern) to Tobias Stenzel. | 17:22:49 |
26 Feb 2023 |
dotlambda | https://github.com/NixOS/nixpkgs/pull/211304 | 16:40:53 |
6 Mar 2023 |
ma27 | I applied some hacks against element-* to make sure we get pings when somebody touches the package: https://github.com/NixOS/nixpkgs/pull/219821
kinda hacky, but I think it's still pretty useful :) | 11:28:49 |
@piegames:matrix.org | OfBorg is notoriously broken, so why not register as Codeowners insteead? | 11:56:20 |
ma27 | for codeowners everyone in the maintainer team must have write access, also I don't like having to maintain individual paths at another place in the codebase. | 12:06:25 |
ma27 | see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | 12:06:28 |
15 Mar 2023 |
hexa | the matrix-synapse dependency management is bit over all over the place regarding optional dependencies | 09:39:48 |
hexa | some get dumped into to propagatedBuildInputs, as if they were required | 09:40:20 |
hexa | some become optional using enableSomething flags | 09:40:32 |
hexa | some get entirely ignored | 09:40:36 |
hexa | also not a fan of the undiscoverable enableFlag design | 09:46:29 |
hexa | also toggling these flags forces a rebuild of the package, when providing a proper PYTHONPATH would be sufficient | 10:02:25 |
hexa | ma27: config inspection to derive required extras? yay/nay? | 11:36:43 |