Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add more type hints #2183

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    96ecda4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00739d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b550754 View commit details
    Browse the repository at this point in the history
  4. feat: Add typing to hooks

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ccc5c7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fd6d7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a7daf0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31e4e0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    763fc7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d13cd0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    32fbd7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42abb3a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2e05a28 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    967d3e8 View commit details
    Browse the repository at this point in the history
  14. feat: Type vendor mimeparse

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0d1aa47 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3214966 View commit details
    Browse the repository at this point in the history
  16. Reformated imports

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2c48bc6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0368deb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4e1d1c5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3282355 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9855a97 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8709da4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0e680bd View commit details
    Browse the repository at this point in the history
  23. Fixed formatting

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1ec1629 View commit details
    Browse the repository at this point in the history
  24. Remove unused imports

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a1c8a91 View commit details
    Browse the repository at this point in the history
  25. Fix typing

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    917db59 View commit details
    Browse the repository at this point in the history
  26. Replaced assert with cast

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5f9984f View commit details
    Browse the repository at this point in the history
  27. Fix blue

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    edc739c View commit details
    Browse the repository at this point in the history
  28. Type resource as object

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ae03c3e View commit details
    Browse the repository at this point in the history
  29. Fix style

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a66ab36 View commit details
    Browse the repository at this point in the history
  30. Revert "Type algorithm int values as float"

    This reverts commit ca1df71.
    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    14e9d30 View commit details
    Browse the repository at this point in the history
  31. Revert "feat: Type vendor mimeparse"

    This reverts commit 11ca7ca.
    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    51d0b43 View commit details
    Browse the repository at this point in the history
  32. Ignore vendore package

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    73c42b9 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4a5b2c5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    99f8bb2 View commit details
    Browse the repository at this point in the history
  35. Fix style

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ee2ff5e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6e02f9a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f7bd33c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7470dae View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e44512e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d5a87c5 View commit details
    Browse the repository at this point in the history
  41. Fix typo

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0f9a0c3 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1d793d4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    a3b6aec View commit details
    Browse the repository at this point in the history
  44. Fix style

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ba4e748 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    077ed14 View commit details
    Browse the repository at this point in the history
  46. Add assertion reason message

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    fbfc4b4 View commit details
    Browse the repository at this point in the history
  47. Fix import issue

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b5e704f View commit details
    Browse the repository at this point in the history
  48. Fix import order

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    95ede1b View commit details
    Browse the repository at this point in the history
  49. Fix coverage issues

    copalco committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a0a481c View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    b2b94d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Improve responders typing

    copalco committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    53df7c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    db12db8 View commit details
    Browse the repository at this point in the history