Daniel Shimon

Results 28 comments of Daniel Shimon

@anki-code I updated the description 👍 On another note: > > Returning a list in python mode beats the simple intuitive meaning of $(). > > Absolutely no. The `$()`...

I'll look into it 👍 On Thu, Sep 9, 2021, 08:12 Noorhteen Raja NJ ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In xonsh/readline_shell.py >...

> Hey @daniel-shimon -- gentle ping here. Is there anything else you wanted to add to this PR? Hi, sorry recently I don't have a lot of spare time to...

@gforsyth should we just merge this?

Which python version are you runing? This project appears to require python 2

@shahinism as I understand it, this issue is with `.output` specifically since it's supposed to be lazy evaluated Could you try the same with `.out`?

Hey, we've decided to disable interactive capturing by default and make it opt-in, see https://github.com/xonsh/xonsh/pull/4283

Yeah I'm working on it, it turns out to be a bit tricky since the threading code is a bit tangled and hardcoded. Currently there's an issue with capturing python...