Alexandre ZANNI
Alexandre ZANNI
I don't know what public sources are available outside [this RSS feed](https://security.archlinux.org/advisory/feed.atom). If you need to contact the AL security team, [here](https://wiki.archlinux.org/title/Arch_Security_Team#Contribute) are some pointers.
@andrewpollock Did you get some answers from the AL team?
Stale bots are really cancer IMO.
> Why are you using version 1.7.1 of jquery? Seems it was upgraded to 3.4.1 (https://github.com/lsegal/yard/commit/9ed7586a390155039710ccf011f127f4ba5ce04a) to fix a privious vulnerability and then reverted https://github.com/lsegal/yard/commit/4fbf8ff08909d04a7faf80849dcd696b9a7b12ab > Everything less than 1.9...
Like I expressed on https://github.com/matrix-org/matrix-spec/issues/835#issuecomment-3382580801, I could like color randomization if the color pool was bigger to avoid color collision between users on small chat group or DMs and also...
I'm not sure if I understood all that was said here about the technical incompatibilities causes. Why support several versions of commonmarker, why isn't yard supporting only the last version...
Now there is commonmarker 2.x.x too: https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md#v200---25-11-2024
Weird, I pushed this `.yardopts` file https://github.com/IDLFAC/CyberMots-ILC/blob/a16e3a4f4df91c3a1d4d4e883f873cc616a10034/.yardopts that makes yard crash locally with ruby 3.2.2 and yard 0.9.34 but I gave my github repository to rubydoc.info https://www.rubydoc.info/github/IDLFAC/CyberMots-ILC/ and it successfully...
I can reproduce on ruby 3.3.0, both the minimal example and running `bundle exec yard doc` on my project.
I made a minimal repository to reproduce: https://github.com/noraj/yard-issue-1517