Roman Parashchenko

Results 17 comments of Roman Parashchenko

It is not problem with bug fixing, it's problem because it is not supported anymore((((

@andywenk See topic of issue. Last commit Dec 31, 2012 and 18 opened pull requests. Looks like we need new maintainer to support upstream

Monkey patched temporary until a good fix ``` ruby require 'capybara-screenshot/saver' module Capybara module Screenshot class Saver # Bug https://github.com/mattheworiordan/capybara-screenshot/issues/164 def save_html path = html_path clear_save_and_open_page_path do if Capybara::VERSION.match(/^\d+/)[0] ==...

I will do PR these week. I need a little bit time to review all code and dependencies in order to support compatibility with old version capybara gems, frameworks like...

@mattheworiordan you are right, it could be a workaround. I care about compatibility and clean interface. For rails, and other cases it is possible to put relative path, and for...

Hi. I have spent half of the day understanding how everything works and what parameters to use. You could use my terraform as a baseline: ``` resource "kubernetes_persistent_volume_claim_v1" "sftp_storage" {...

Hello, any progress with supporting 0.10? 4 months since issue opening.

@DannyBen yes, I was thinking about it as well this Monday. Thank you for posting this issue, we will add it to the backlog and work on it. ETA 1-2...

@DannyBen we are still working on the Docker/Docker Compose feature, which will be generated by howitzer for new projects. In meantime, you could use this Dockerfile https://github.com/strongqa/howitzer_example_rspec/blob/creating_dockerfile/Dockerfile