Christian Ott

Results 22 comments of Christian Ott

Is there any news on this problem? I do have the same error in Docker (vscode devcontainer) on a mac.

For reference and for anyone, who is looking for a solution. I solved this by using the guard-yield gem (https://github.com/guard/guard-yield) with the following Guardfile: ```ruby restart_puma = proc do system("pumactl...

ATM I am disabling CSRF in testing like that in a sinatra configure block: ```ruby use Rack::Csrf, { :raise => false, :skip => ['POST:.*', 'PUT:.*', 'DELETE:.*', 'PATCH:.*'] } ``` Did...

Hi everyone, just wanted to say a quick thank you for doing a nice job with the stripe cli in Version 1.3.5! I had the same error "unsupported protocol scheme....

Thanks for the feedback @PrabhanshuAttri . I am going to do some tests and send a PR.

Sorry, did not have time to work on this. Too much stuff going on ATM. But hoping to tackle this soon...

Guys, thank you for your interesting comments. This seems to be some kind of philosophical or crossroad question. Is Nesta only for techies or will it open up and change...

Same problem here. Started to happen a few hours ago. My Bot crashed right after starting with Exception: Telegram::Bot::Exceptions::ResponseError: Telegram API has returned the error. (ok: "false", error_code: "403", description:...

Additional info: As mentioned in #29, rescuing the error and retry seems to work for me, for now...