Kieran Ryan

Results 48 comments of Kieran Ryan
trafficstars

> We have a `requirements.txt` file with our dependencies, but behave has to be installed separately because the URL install syntax as recommended here doesn't seem to work in the...

> Maybe this belongs in a separate issue, but the sequence `**/` also comes up and would benefit from its own ligature as well: @pvanb, I have captured this as...

Thanks for raising this detailed issue @yukihiko-shinoda. This appears to be a Duplicate of #244. I have opened a PR to resolve the issue (https://github.com/rubik/radon/pull/252); it would be great if...

Very interesting issue @jannismain, thanks for raising! I have opened a PR to resolve the issue (#252), would be great if you could take a look - and maintainers such...

Hey @Chamomile-Cat, thank you for raising this issue. Using Python 3.7.16 and radon 6.0.1, I executed radon against a Python file containing the mentioned comment and observed that it ran...

Super, thank you for the immediate follow-up! That validates my assumption: no gherkin step will match a step definition pattern with trailing whitespace. Thus, I would suggest a change request...

> Though going by #42 this code is also used in vscode somewhere, somehow, and removing it from Javascript would break that. Do you see a better, alternative solution on...

@jcs090218, would you be able to advise what version of node you were running previously? We may to look at introducing it to our test suite at some point

Hey @c92s, thanks for your interest in the project 👋 There are some nuances to be aware of when using the extension with Behave; which I will describe below; and...

The extension evaluates `{string}` as a [Cucumber Expression](https://github.com/cucumber/cucumber-expressions) - which matches text surrounded by either single (`'`) or double (`"`) quotes. ### Matching with `{string}` As such, the following step...