Tal Pressman
Tal Pressman
(Original reporter here, from a different account this time...) I tried digging around the code a bit to see what it would look like to implement what you suggested. Going...
OK, gotcha. I'll sync with the repo again and go with that approach. Thanks!
Yes, that works too, thank you. Is there anyway to fix this in the script itself? It's is hard to tell from the error messages what the exact problem is,...
Hmm, funnily I encountered the conflicting branch error on the jj repo - my local copy of jj (where `.jj` lives alongside the `.git`) has two remotes, `origin` (my fork)...
@ktoso I pushed the code to: https://github.com/talpr/akka-stream-contrib/commits/talpr-50-flow-tagger I got focus/unfocus to work, but without support for materialized values (inner flow is always materialized to NotUsed). The latest commit in the...
@ktoso I got materialized values to work. Not the prettiest thing in the world, but it works... (PR #52)