Vinay Shukla

Results 36 comments of Vinay Shukla

@martypitt Thanks for posting your findings.

@osandadeshan I could replicate your issue. We will be working on a fix soon. The issue happens when there is a Prase Error in the specification. The spec is marked...

I'm getting the same issue with latest version of warble. ruby version : ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-darwin15] stack-trace:- ``` /usr/local/lib/ruby/gems/2.3.0/gems/newrelic_rpm-3.18.1.330/lib/new_relic/agent/transaction.rb:23: warning: already initialized constant NewRelic::Agent::Transaction::SUBTRANSACTION_PREFIX /usr/local/lib/ruby/gems/2.3.0/gems/newrelic_rpm-3.18.1.330/lib/new_relic/agent/transaction.rb:23: warning: previous...

This issue happens when using testbook with `unittest` module as well. I can think of two passible aproaches to mitigate this issue (without breaking backward comapatiblity) * Add a named...

@bytinbi Here is the workaround which worked for me Use the testbook method as context manager instead of as a decorator ```python import unitest from testbook import testbook class TestFoo(unittest.TestCase):...

@Alvise88 I see that the project usage `maven` wrapper, I'm afraid currently this plugin does not support maven wrapper. As a workaround please make sure the `maven` is installed globally...

@DrRuhe Can you verify if https://github.com/getgauge/gauge-vscode/issues/735#issuecomment-950284307 workaround works for you?

@keegancsmith I have created a [PR](#237) for it. Please have a look and provide your valuable feedback.

Can someone please check why the build is broken. It's passing for `appveyor`. Two out of three builds are passing for `travis` as well. Maybe retriggering fixes that. Any other...

> I think DropDownWrapper should extend a new MultiValueWrapper which has a method values() returning Promise. The ValueWrapper should remain as it is for the elements that actually implement that...