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

Document the process anti pattern of sending large data #13194

Merged

Commits on Dec 17, 2023

  1. Document the process anti pattern of sending large data

    Follow up to/extension of elixir-lang#13173
    
    First draft, happy to adjust and extend it in many ways. I had
    trouble coming up with a simple example as we needed a bunch of
    data to make sure it's not good. I could have employed the first
    anti pattern myself and did repeated statistics calculation, but
    that'd have been worse :sweat-smile:
    
    I remembered José's comment around sending along the `conn` and
    figured it's central enough in elixir to not throw anyone off.
    
    If someone has a better example, happy to redo it!
    
    Thanks y'all! :green-heart:
    PragTob committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    1e22915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ebdceb View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Apply suggestions from code review

    Excellent suggestions and improvements on wording from @Netzteb!
    
    Co-authored-by: Noah Betzen <noah@nezteb.net>
    PragTob and Nezteb committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7935f9d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Apply suggestions from code review

    And @whatyouhide also came in with a round of improvements, thank you!
    
    Co-authored-by: Andrea Leopardi <an.leopardi@gmail.com>
    PragTob and whatyouhide committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6829bf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e787ec0 View commit details
    Browse the repository at this point in the history