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

support :session keyword (fix #1) #78

Closed
wants to merge 4 commits into from
Closed

support :session keyword (fix #1) #78

wants to merge 4 commits into from

Commits on Aug 18, 2021

  1. use session-async instead of async

    - add `session-async` as dependency
    - maintain a global session for ob-async
    - use `session-async-start` instead of `async-start`
    FelipeLema committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    b4ab70a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. simple test

    Dunno why the second block would print \n at the end. Added a trim
    because of that.
    FelipeLema committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    164c33e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. move "pre execute hook" to session initialization

    `package-initialize` can be _real_ expensive
    FelipeLema committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    548c2dd View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. correctly escape content

    FelipeLema committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    36f2222 View commit details
    Browse the repository at this point in the history