Jarek Rencz

Results 56 comments of Jarek Rencz

now each empty line is turned info `` which is incorrect.

maybe 2 branches should be maintained in parallel: one for cutting edge features (for people to build their pull requests against) and the second one for safe features? Or maybe...

Thanks for an explanation. So it seems that the following is correct: If I need an up-to-date nginx on a pre-7.2 image then it's not expected to come out of...

Actual use case (I bumped into this today) I have a super-small landing page that uses boostrap 5 That page has form (so I actively include bootsstrap forms module) but...

I'd like to mention that Modal component may not only take `modal` role. It may also be `alert` or `alertdialog`. I considered implementing it over angular-ui-bootstrap in my application and...

I think this feature is needed because when there's a lot of tests in the project (by a lot I mean thousands or unit tests or maybe hundreds if they...

No, I haven't. In fact I didn't know there's a tool for that. Thank you for pointing that out. I'll provide some results tomorrow during the day

`➜ eslint-plugin-jasmine git:(master) ✗ TIMING=1 ./node_modules/.bin/eslint --no-eslintrc --rule "no-focused-tests: [2]" --rulesdir lib/rules lib` | Rule | Time (ms) | Relative | | :-- | --: | --: | | no-focused-tests...

@burabure i wasn't able to make all tests work (as mentioned in the description). I need some help with this

there might be a variation of this rule to disable expects in `.then()/.catch()/.finally()` entirely, but it will only work as long as one passes a function into one of those,...