Mati Kärner

Results 25 comments of Mati Kärner

@marekdedic Regarding #707, this seems to fix it for me.

@rklos Indeed, it looks like coverage is also broken for Vue 3 single file components. I managed to narrow it down to this change: https://github.com/istanbuljs/istanbuljs/pull/662. Interestingly, using `JSON.parse(JSON.stringify(coverageData.inputSourceMap))` [instead of...

@Shereef Just a thought. Are you sure the callback inside `Query` decorator is actually being called during test run (as this is what is reportedly uncovered)? I was playing around...

I believe the property you are looking for is called [`filterColName`](https://github.com/direct-fuel-injection/bbGrid/blob/master/bbGrid.js#L635) .

I believe you can specify what that value should be. The real problem with the the `retry` counter is that it never resets and applies to all errors regardless if...