Kiril Mitov

Results 44 comments of Kiril Mitov

I managed to fix this by adding ``` end http.open_timeout = @http_open_timeout http.read_timeout = @http_read_timeout response = http.request(request) + @cookies = response["set-cookie"] case response when Net::HTTPRedirection then # If we...

@NathanZook by "this is a wholly inadequate" do you mean https://github.com/arangamani/jenkins_api_client/pull/292 or you mean ``` response = http.request(request) + @cookies = response["set-cookie"] case response when Net::HTTPRedirection then ``` If it...

Adding a jsfiddle to reproduce it. https://jsfiddle.net/oj6cge7a/ The class="my-class" seems to be lost and I have a lot of such img objects on my platform

Same issue with our app for ``` refinerycms-db8bb6be6f40/pages/lib/refinerycms-pages.rb ```

I was wondering if you've had the chance to look at this. It seems to be a security issue as the secret key base is how most of the security...

No, I did not realize that exception_notification was using filter_parameters Should it be like ``` Rails.application.config.filter_parameters += [:password, :secret_key_base] ``` Would you accept a PR that gives more information about...

Got it. I am running this platform since rails 2 and there was only one filtered param. Will add the rest. On Tue, Aug 17, 2021, 13:48 Frank Groeneveld ***@***.***>...

If I am able to get it with ruby-3.1.3 because of heroku push for ruby-3.1.3 I will also be using the project for a few years. Letting you know that...

I did. It was too much and I could not directly see the connection between the change and the fails. Let me know what you think about the PR. If...

Thanks for the feedback. Now as this makes sense I will think of a spec, rebase and clean up the teaspoon.gemspec