Monday, July 21, 2025
dev@conference.yunohost.org
July
Mon Tue Wed Thu Fri Sat Sun
  1
2
3
4
5
6
7
8
9 10
11
12
13
14
15
16
17 18
19
20
21
22
23
24
25
26
27
28 29 30 31      
             

[12:44:28] <Yunohost Git/Infra notifications> [issues] s​elfhoster1312 [commented](https://github.com/YunoHost/issues/issues/676#issuecomment-3096618106) on [issue #676](https://github.com/YunoHost/issues/issues/676) Use YunoHost as an identity provider?: > Does anyone have feedback on https://canaille.yaal.coop/ ?

From a quick look:

- it looks like it only supports OpenI...
[12:48:21] <Yunohost Git/Infra notifications> [issues] T​hatoo [commented](https://github.com/YunoHost/issues/issues/676#issuecomment-3096643513) on [issue #676](https://github.com/YunoHost/issues/issues/676) Use YunoHost as an identity provider?: Thank you for your feedback that might help yunohost community to choose.
[13:03:31] <Yunohost Git/Infra notifications> [issues] s​elfhoster1312 [commented](https://github.com/YunoHost/issues/issues/676#issuecomment-3096618106) on [issue #676](https://github.com/YunoHost/issues/issues/676) Use YunoHost as an identity provider?: > Does anyone have feedback on https://canaille.yaal.coop/ ?

From a quick look:

- it looks like it only supports OpenI...
[15:19:33] <Aleks (he/him/il/lui)> supposedly the PHP packages are fixed for Trixie : https://github.com/oerdnj/deb.sury.org/issues/2308#issuecomment-3095461099
[15:31:00] <Salamandar> so i need to regen the images i just regenerated ? :D
[15:40:51] <Aleks (he/him/il/lui)> hmmm i don't think so, it should pick up the new packages from sury automagically ?
[15:41:03] <Aleks (he/him/il/lui)> assuming there's an `apt update` somewhere in the app installs
[16:11:05] <Yunohost Git/Infra notifications> [yunohost/packaging-v3] appresources: propagate changes to nodejs/go/ruby/compose resources - Alexandre Aubin
[16:11:05] <Yunohost Git/Infra notifications> [yunohost/packaging-v3] Moaar typing fixes - Alexandre Aubin
[16:11:06] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 12 commits to packaging-v3 ([2df1b001a916...0d4c55be5764](https://github.com/YunoHost/yunohost/compare/2df1b001a916...0d4c55be5764))
[16:11:06] <Yunohost Git/Infra notifications> [yunohost/packaging-v3] Typing for system_arch() - Alexandre Aubin
[16:17:40] <Salamandar> yeah you're right
[16:22:43] <Aleks (he/him/il/lui)> Salamandar: are you using mypy in vscode / codium ? @_@
[16:23:36] <Salamandar> not anymore but yes
[16:23:38] <Salamandar> i'm using zed now
[16:24:09] <Aleks (he/him/il/lui)> for some reason these last days mine started complaining about the "follow_imports = 'silent'" option in pyproject.toml (apparently other people reported this since a while on mypy upstream) so i had to comment it out ... and now it mypy complains about stuff in acme_tiny even though it's supposed to be ignored ... and mypy on the CI doesnt complain about it ...
[16:24:15] <Salamandar> https://aria.im/_bifrost/v1/media/download/AX38RH-IYyFkTOrZNdTNhtfke88gNHOiYmlaEefuSX9hiG2jiyKwEhtlYTL0hL7fYU5LYwiaf-iytMLAT8sICiRCeYMvMzLwAG1hdHJpeC5vcmcvR3F3c1FzWlVyakt6SllaT21UbmpsVm1O
[16:24:40] <Aleks (he/him/il/lui)> and it also complains about `src/utils/udisks2_interfaces.py:231:1:459:1: error: Unexpected keyword argument "interface_name" for "__init_subclass__" of "object"` even though the CI doesnt complain about it either
[16:24:43] <Salamandar> hmmmm could it be related to çypy versions ?
[16:24:59] <Aleks (he/him/il/lui)> yeah that was my first thought but i made sure to use the same version ...
[16:25:33] <Aleks (he/him/il/lui)> i have 1.17.0
[16:31:12] <Aleks (he/him/il/lui)> https://aria.im/_bifrost/v1/media/download/AaxD-asUtr-a8c8Se-4wMHHKV-xar_elwlah1nwgudTZpks6cMpfqMYenV2GRbQf2PY_fwPphj1QNuy0eXMMlltCeYMvmPwQAG1hdHJpeC5vcmcveXVqdU16YUFnYnN3VlFER3pISkNYb09y
[16:32:27] <Salamandar> acme_tiny is referenced in the pyproject.toml
[16:32:44] <Salamandar> https://github.com/YunoHost/yunohost/blob/af4e980ee20d0f617f93d7d631d1f76a4bb426e3/pyproject.toml#L51
[16:32:52] <Salamandar> so mypy should just be happy
[16:35:03] <Aleks (he/him/il/lui)> urgh great so it understands the exclude option but if i comment the follow-import it shows up anyway
[16:35:04] <Aleks (he/him/il/lui)> hmgnnnn
[16:35:34] <Aleks (he/him/il/lui)> but `dmypy` throws `follow-imports=silent not supported`
[16:37:41] <Salamandar> aaaah that might be the issue then ?
[16:38:59] <Aleks (he/him/il/lui)> naively setting it as "skip" instead of "silent" seems to fix the issue (i mean i can run dmypy and it doesnt report stuff in acme_tiny anymore)
[16:39:48] <Aleks (he/him/il/lui)> ```
src/utils/udisks2_interfaces.py:115:1:228:1: error: Unexpected keyword argument "interface_name" for "__init_subclass__" of "object" [call-arg]
.tox/py311-mypy/lib/python3.11/site-packages/mypy/typeshed/stdlib/builtins.pyi:136:5:136:43: note: "__init_subclass__" of "object" defined here
```

i'm still getting this tho which aint reported by the main ci but meh maybe that's my tox env or something
[21:02:00] <Yunohost Git/Infra notifications> [vinaigrette] S​alamandar pushed 1 commit to refactoring: initial commit for vinaigrette2 ([e0a28091](https://github.com/YunoHost/vinaigrette/commit/e0a280918dd6424c2e2c12ddab5ef6d5aac6464b))
[21:02:00] <Yunohost Git/Infra notifications> [vinaigrette] S​alamandar created new branch refactoring
[21:05:17] <Yunohost Git/Infra notifications> [vinaigrette] S​alamandar pushed 1 commit to refactoring: pushd popd dev null ([8e63a085](https://github.com/YunoHost/vinaigrette/commit/8e63a0854828e4dcc7ac4b2e1cc185b74485cd58))
[21:06:06] <Yunohost Git/Infra notifications> [vinaigrette] S​alamandar pushed 1 commit to refactoring: validate branch repo ([3bc184ad](https://github.com/YunoHost/vinaigrette/commit/3bc184ad72c4c05aca33c2b5ec27a2b9add84df2))
[21:07:07] <Yunohost Git/Infra notifications> [vinaigrette] S​alamandar pushed 1 commit to refactoring: oops ([affeb2cf](https://github.com/YunoHost/vinaigrette/commit/affeb2cfb4433988c23e92cfc35a3c6537983797))
[21:07:42] <Yunohost Git/Infra notifications> [vinaigrette] S​alamandar pushed 1 commit to refactoring: tmp_folder ([16a22c3a](https://github.com/YunoHost/vinaigrette/commit/16a22c3a58dee547f7683c259397d57d3c845e62))
[21:08:21] <Yunohost Git/Infra notifications> [vinaigrette] S​alamandar pushed 1 commit to refactoring: repoconf_dir ([bd2df00c](https://github.com/YunoHost/vinaigrette/commit/bd2df00cdb6ab26c4b51dcf3070b1dc88ff3af18))
[21:08:40] <Yunohost Git/Infra notifications> [vinaigrette] S​alamandar pushed 1 commit to refactoring: archs default ([c43b8e53](https://github.com/YunoHost/vinaigrette/commit/c43b8e53a2be3b86ae29b2ebca3b59ecf805b025))
[21:10:04] <Yunohost Git/Infra notifications> [vinaigrette] S​alamandar pushed 1 commit to refactoring: project package ([b5db06f5](https://github.com/YunoHost/vinaigrette/commit/b5db06f5ab64a744363fc30def72f2b63cf7cf03))
[21:11:49] <Yunohost Git/Infra notifications> [vinaigrette] S​alamandar pushed 1 commit to refactoring: pushd popd ([d3a6a746](https://github.com/YunoHost/vinaigrette/commit/d3a6a74688c00416127bc22d43b93fc6479c6c55))
[21:12:21] <Yunohost Git/Infra notifications> [vinaigrette] S​alamandar pushed 1 commit to refactoring: sources ([c2f64c83](https://github.com/YunoHost/vinaigrette/commit/c2f64c830aa05e74976dd558006eaab0ede72268))
[22:39:00] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 14 commits to packaging-v3 ([0d4c55be5764...3ef681d2f79c](https://github.com/YunoHost/yunohost/compare/0d4c55be5764...3ef681d2f79c))
[22:39:00] <Yunohost Git/Infra notifications> [yunohost/packaging-v3] Moaar typing fixes - Alexandre Aubin
[22:39:00] <Yunohost Git/Infra notifications> [yunohost/packaging-v3] Missing i18n string - Alexandre Aubin
[22:39:01] <Yunohost Git/Infra notifications> [yunohost/packaging-v3] Propagate changes to app resources tests - Alexandre Aubin