Amir Rossert

Results 55 comments of Amir Rossert

Any estimation of when this is going to be implemented?

Is there any good alternative that has the same simplicity and snippets feature as Clipy? I'm using [this](https://github.com/harryzjm/Clipy) fork that does work on my M1 mac but for some reason,...

@AlecKinnear You probably did not read my post if you ask these questions, I did try this fork and this is the error that I'm getting since I did not...

Seems like the last release was at 2018 so I will not get my hopes high ☺️

I have a similar issue when using [proxy-agent](https://www.npmjs.com/package/proxy-agent) and the proxy returning 407 I can see the real error hiding in the response error "Proxy Authentication Required" ``` { code:...

I'm kinda found a solution for now but not sure how it will impact the running code. By removing the `libreadline.so.6` file from the bundled directory the error message disappears....

@Legorooj thanks for the reply. I still can’t figure it out, I’m building on a machine with readline 6.1 and this is the version that is copied to the dist...

Thanks @Legorooj, I will try the develop branch and update.

@Legorooj I have tried the latest develop version (`4.0.dev0+a1f92c6a08`) and got the same results. On the target machine, the pre-installed version is `libreadline6-6.3` and on the build machine is `libreadline6-6.1`....

@Legorooj thanks for trying to help. I'm still trying to figure it out and will wait for @htgoebel input.