Skip to content
  1. Oct 30, 2024
  2. Sep 02, 2024
  3. Aug 30, 2024
  4. Jul 26, 2024
  5. Jul 22, 2024
  6. Jun 26, 2024
    • Matthew Clarkson's avatar
      fix(entrypoint): add `local = True` · 699fcb6c
      Matthew Clarkson authored
      This rule only depends on local data so can be marked as such.
      699fcb6c
    • Matthew Clarkson's avatar
      fix(entrypoint): assimilate on Linux · b4ff17be
      Matthew Clarkson authored
      If a Linux user has Wine installed with the `binfmt_misc` registration,
      an APE binary is picked up and ran under the Wine runtime.
      
      Normally, this does not occur, as we force execution under the launcher.
      
      However, Python `sys.executable` will return the original binary so
      any Python script that uses `sys.executable` with `subprocess` will
      unexpectedly run under Wine.
      
      Assimilating the binary on Linux avoids this situation. In all other cases
      we can symlink to the binary.
      b4ff17be
  7. Jun 24, 2024
  8. Jun 18, 2024
  9. Jun 17, 2024
  10. Jun 14, 2024
  11. Jun 10, 2024
  12. May 22, 2024
  13. May 13, 2024
  14. May 09, 2024
  15. May 07, 2024
Loading