Chuhan Feng

Results 19 comments of Chuhan Feng

@krader1961 I think the current behavior is to read one line at a time already? If you try this: ```sh while (sleep 1) { echo "a line\nanother line\nyet another line"...

I'm using fish 3.5 right now, the `fish_style_pwd_dir_length` doesn't work at all.

Thanks @khanhntd This is basically what I'm doing right now. The problem with the shared `append_dimensions` is that only `ImageID`, `InstanceId`, `InstanceType`, and `AutoScalingGroupName` are supported. Everything else will be...

I think a possible solution without introducing new syntax is to let `psub` accept a command as argument and execute it under the hood with generated pipe as stdin. The...

I’m trying to install apache-airflow with poetry. I ran into the same error because of the `docutils` dependency for airflow.

Any update on this?

Same here: https://info.uniswap.org/#/optimism/pools/0xd1f1bad4c9e6c44dec1e9bf3b94902205c5cd6c3 Not only no price chart, the volume and fees are $0 as well.

Is there a way to do templating in map variables? For example, ```yaml version: 3 tasks: foo: vars: PREFIX: prefix_ MAP: map: a: '{{.PREFIX}}1' b: '{{.PREFIX}}2' c: '{{.PREFIX}}3' cmds: -...