don't decode executables contents

tzemanovic
Mar 10, 2026, 3:11 PM
JWBDAGW2D26UD7MHL5UOXJTLLEMNY5KVWTDZV2SBIDX3BGWZYY5QC

Dependencies

  • [2] 23SFYK4Q big view refactor into a new crate
  • [3] 3XRG4BB6 rewritten nav-scrollable!
  • [4] F6O6FGOJ improve diffs encoding detection
  • [5] IQHXLIIU improve enocoding detection, support images
  • [6] KWTBNTO3 diffs selection and scrolling
  • [7] UR4J677R nav for log changes and refactors
  • [8] KEPKF3WO unify diffs handling, simplify view
  • [9] SASAN2XC use nav-scrollable
  • [10] XZ6D3UUE avoid alloc
  • [11] C5P3JIFC refactor out the nav-scrollable children len arg
  • [12] YKHE3XMW refactor diffs handling

Change contents

  • replacement in libflorescence/src/encoding.rs at line 50
    [4.1518][5.720:784]()
    | "application/octet-stream" => return Encoding::Other,
    [4.1518]
    [4.1571]
    | "application/octet-stream"
    | "application/x-executable" => return Encoding::Other,