phillco / talon-axkit

Talon macOS accessibility magic!
MIT License
47 stars 12 forks source link

dictation_peek_left: update method signature #32

Closed phillco closed 2 years ago

phillco commented 2 years ago

Clobber was removed in https://github.com/knausj85/knausj_talon/pull/915, so without this change axkit this throws a type error after merging past that knausj version:

talon.scripting.types.ActionImplError: Function 'user.dictation_peek_left' incompatible with prototype 'user.dictation_peek_left'
  Signature: (clobber=False)
  Expected:  () -> Optional[str]
  - Parameter count mismatch. Found 1, expected 0

Note that I think this means that users must merge this axkit commit and that knausj commit at the same time.