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

Add support for lazy events and links #474

Commits on Mar 18, 2020

  1. Add support for lazy events and links

    The computation of attributes is expensive in some conditions, even in
    some cases those attributes are not used at all. This commit fixes the
    add_lazy_event method by providing a true solution that delays the attributes
    calculation until attributes are accessed. It also provides a new LazyLink class.
    mauriciovasquezbernal committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    17aad29 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    fbd7162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21ba2a9 View commit details
    Browse the repository at this point in the history