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

Experimental async #401

Merged
merged 10 commits into from
Oct 9, 2024
Merged

Experimental async #401

merged 10 commits into from
Oct 9, 2024

Commits on Sep 16, 2024

  1. Use new experimental PyGobject async support

    Make all provider's methods async
    rafaelmardojai committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3356486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb706ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0194acc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d01c39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8369450 View commit details
    Browse the repository at this point in the history
  6. providers: Make providers responsible of lang denormalization

    Dialect should work with the expentancy that all lang codes on
    translation requests are normalized.
    rafaelmardojai committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    88ce299 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e197b6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b3a6a7d View commit details
    Browse the repository at this point in the history
  9. asyncio: Add background_task decorator

    This should make calling async functions from sync ones more natural.
    rafaelmardojai committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    137af42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6761195 View commit details
    Browse the repository at this point in the history