memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

tracker.org (1955B)


      1 * openSUSE
      2 ** Pandoc
      3 *** TODO [[boo:1172058]] Missing manpage
      4 :PROPERTIES:
      5 :Role:     watcher
      6 :PatchApplied: t
      7 :END:
      8 - Solved with [[obs:908163]],
      9 - Regressed with [[obs:953416]] (version bump),
     10 - Solved again with [[obs:963365]],
     11 - Regressed again some time later.
     12 
     13 Need either more info from packagers, or more time to study the
     14 packaging workflow by myself.
     15 ** Fonts
     16 *** Fontconfig
     17 **** TODO [[boo:1223434]] Aliased rendering of emoji in Firefox
     18 Notes from the debugging trenches:
     19 
     20 =~/.config/fontconfig/=:
     21 #+begin_src xml
     22 <?xml version="1.0"?>
     23 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
     24 <fontconfig>
     25   <!--
     26       2025-01-11: Explicitly include conf.d.  Should not be needed:
     27       fc-conflist successfully loads files from this folder without
     28       the explicit request, but Firefox does not 🤨
     29   -->
     30   <include>conf.d</include>
     31 </fontconfig>
     32 #+end_src
     33 
     34 =~/.config/fontconfig/conf.d/1-boo1223434-emoji.conf=:
     35 #+begin_src xml
     36 <?xml version="1.0"?>
     37 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
     38 <fontconfig>
     39   <!-- 2025-01-11: https://bugzilla.opensuse.org/show_bug.cgi?id=1223434 -->
     40   <!--
     41       This antialias tweak fixes emoji jaggies in Firefox;
     42       unfortunately it also breaks emoji for other applications?  So
     43       disabled for now.
     44 
     45       FC_DEBUG=15 might shed some light, by searching for 'Substitute
     46       Edit antialias' messages applied on Noto Color Emoji.
     47   -->
     48   <!-- <match target="font"> -->
     49   <!--   <test qual="any" name="family" compare="contains"> -->
     50   <!--     <string>emoji</string> -->
     51   <!--   </test> -->
     52   <!--   <edit name="antialias" mode="assign"> -->
     53   <!--     <bool>true</bool> -->
     54   <!--   </edit> -->
     55   <!-- </match> -->
     56 </fontconfig>
     57 #+end_src
     58 *** Noto Color Emoji
     59 **** DONE [[obs:945127]] Unicode 14.0 release
     60 :PROPERTIES:
     61 :Role:     author
     62 :PatchApplied: t
     63 :END:
     64 * COMMENT File-local variables
     65 #+LINK: boo     https://bugzilla.opensuse.org/show_bug.cgi?id=
     66 #+LINK: obs     https://build.opensuse.org/request/show/