Skip to content
Snippets Groups Projects
  1. Aug 25, 2023
  2. Aug 18, 2023
  3. Aug 16, 2023
  4. Aug 08, 2023
  5. Aug 06, 2023
    • dx's avatar
      Convert ctx from an ABC to a mypystub · 2439ffad
      dx authored and q3k's avatar q3k committed
      Required a bunch of renaming from ctx.Ctx to ctx.Context (its real name)
      
      Makes the docs actually show docstrings
      
      Also apparently mypy doesn't like "from typing_extensions import
      Protocol" and the fact that it didn't complain so far means that we're
      probably not type checking everything.
      2439ffad
    • q3k's avatar
      py: pass ViewManager through on_enter · e8082cd3
      q3k authored
      This lets us modify a ViewManager stack from menus and foregrounded apps
      without having to first inject a global object.
      e8082cd3
  6. Aug 05, 2023
  7. Aug 03, 2023
Loading