Pavel Lobashov

Results 29 issues of Pavel Lobashov

Since this project is [dead](http://www.enhancedsteam.com/blog/?p=256) maybe it's a good idea to archive the repo? And add note about [Augmented Steam](https://es.isthereanydeal.com/), spirital successor?

In current version of 'Enhanced steam' you can view 'Cost of completing badge' in specific badge page. It will be very useful to have sorting option by 'Cost of completing...

enhancement
request

I complete my badges for only 1 level (I have a lot of games so it's no need to complete badges for several levels for me) So it would be...

enhancement
request

1. Fix link to slowloris on ha.ckers.org 2. Fix formatting in `How to use` section

If I try to call `github-todos auth` in my github repo i got ``` Connection to 'github' failed Error: 'repo': expected format 'user/repository' ``` I presume, that this error because...

bug

Just found out this gem, seems that it one of my dependences for quite a long time and used more than 100k repositories according to GitHub I think integration `rubocop`...

1. Create this script file: require "selenium-webdriver" driver = Selenium::WebDriver.for :opera driver.navigate.to "http://selenium-bug.teamlab.com" element = driver.find_element(:xpath, "//input[@id='login']") element.send_keys("[email protected]") element = driver.find_element(:xpath, "//input[@id='pwd']") element.send_keys("123456") element = driver.find_element(:xpath, "//*[@id='loginButton']") element.click 2. run...