Aaron R Miller
Aaron R Miller
Thaaar be dragons in `postinstall`. The kind that loop forever... Proceed with caution.
I was having the same issue, when I noticed I had Python in my user Path variable in Windows, but I had not added it to the SYSTEM Path variable...
https://github.com/teambit/bit-docker/pull/5 Just a coincidence, but most likely related.
Here is the `Dockerfile` I am using for rootless Auto-DevOps, if it helps at all: https://gitlab.com/watheia/micro/-/blob/main/Dockerfile note: the chrome install script isn't needed for the solution.
Most definitely! Currently all of the test cases are focusing on the lexer parser, but this would be a great place to start building out the ui testing infra. In...
Ref: [issue144](https://github.com/drkstr101/Natural/tree/issue144)
Flagging for review in [next](https://github.com/rlogiacco/Natural/pull/73).
This is using cucumber-jvm5 compatible syntax. In theory it should not be that difficult to add support in [next](https://github.com/rlogiacco/Natural/pull/86). I had some WIP updates to the stepmatcher, but had backed...
This is [a lot more involved](https://github.com/rlogiacco/Natural/issues/89) than I originally thought. However, the upcoming release should treat these as a mismatched step, which would then be a configurable warning rather than...
@miklossy Thanks for the tip! I've [added some additional error protection](https://github.com/rlogiacco/Natural/blob/4b29b1c817e664eaefec0c4b13e243e98adb25ad/org.agileware.natural.stepmatcher.ui/src/org/agileware/natural/stepmatcher/ui/JavaAnnotationMatcher.java#L35) as you pointed out in your example. I should have tested against this new syntax once the stepmatcher was...