Exciting! Thanks!
On Wed, Apr 2, 2025, 3:20 PM Karthik Chikmagalur <
karthikchikmaga...@gmail.com> wrote:
> > I recall Tecosaur was working on a queue(?) implementation of async
> processing a year or so ago. However, I don't recall where the broader
> discussion on implementation left off. It
Hi -- I've been running into a bug when running async + session bash
org babel cells.
* Summary
In short, the issue is that when running two async session bash
blocks, the code for the second block ends up captured in the output
of the first one, and then finally the output of the first block on
Hi – I’ve been running into a bug when using *inline* org babel blocks with
session and async, wherein the results of the inline org blocks overwrite
the results of the previous normal source block. This is happening for at
least python and bash.
I’ve confirmed that it reproduces with a minimal em