Hugo Wang

Results 27 comments of Hugo Wang

@laerus nice example! To me in this case I would use `print()` at the first place, haha.

Yeah, I agree we need more thoughts on this. [This doc](https://github.com/ipython/ipython/blob/master/docs/source/development/execution.rst) may describes IPython how it run code, and [source code here](https://github.com/ipython/ipython/blob/6a5220d032f5a60267b051783721aa0d5a0e3373/IPython/core/interactiveshell.py#L2569) (not sure). I think @Carreau may have some...

IMHO, using `subprocess` may not be a bad thing. After all it's tweaked in years by the community for various platforms. However `xonsh/slug` looks cool!

I'd say this `xonsh/slug` may go through all the hard things which the current or the previous job controls / subproc running. But you can try this direction out, though...

Hah, That's a relief :D

Since it's a hint, not an action. Thus it should not show on a button. It should be showed in the middle of the screen? Then the width issue will...

@HKalbasi I have little knowledge about WASI, and have no idea on whether cicada suitable for that. You could have a try? PR is welcome.

Hey @danimesq, could you provide more details on this?

Thanks @pothos. I never use this feature in my limited use of Bash. I [checked a bit](https://mywiki.wooledge.org/ProcessSubstitution#portability) and found it only useful in some cases, and it's not part of...

Let's put this to to-do-list then. I just know nsh, which I saw it support input colors, which I always want to have in cicada haha!