Ofey Chan

Results 38 comments of Ofey Chan

You can check whether zsh has feature like `READLINE_LINE`, and you can write a script, and bind a key to trigger it.

Thank you. Gonna work now, I‘ll try it today later.

Maybe some of the syntax is not supported? Maybe you can write sth into READLINE_LINE, and check whether it works. If so you can write your own script to support...

My bash version is 5.0.17. `READLINE_LINE` feature is not available under bash 4.0... [Ref](https://unix.stackexchange.com/questions/106761/simulating-readline-line-in-bash-4-0).

Congratulations! IMO, “make what I needed” is the way terminal tools designed to be —cli is so versatile! (P.S. I don’t like MacBook too ╮( ̄▽ ̄"")╭ but pbcopy is good

+1 We really need a docker image running jax, no matter for deployment or development. It relly helps;)

+1. Another victim here. Basically I want to do: ``` langchain[all]==0.0.165 ``` And I encounter severe conflicting on `requests` package. ![image](https://github.com/jazzband/pip-tools/assets/35857538/5c99257c-ee16-43ad-b4dd-a4a1b1f0aff1)

@vaporpin @mdrijwan123 I encountered the same problem, too. But I come up with a solution: - WORKS: select with the specific `InferenceService`. - eg: `serving.kserve.io/inferenceservice: sklearn-iris` - Don't work: select...