Badisi

Results 85 comments of Badisi

Documentation is outdated. Looking at the source there is a third parameter that seems to be what you need. **Usage**: collection | filterBy:[prop, nested.prop, etc..]:search:strict **Source**: [filter-by.js](https://github.com/a8m/angular-filter/blob/master/src/_filter/collection/filter-by.js)

Same here. Simply using ng-click causes ng-repeat to update and makes the ui behaves badly. +1 for any help Thanks ``` {{Β item.name }} ```

@Nicoss54's solution doesn't work with `cypress`. Cypress is using a `./cypress/tsconfig.json` which extends from `./tsconfig.json`. So excluding `./cypress` in the root `tsconfig.json` results in no files being found at all.

@jcesarmobile, I have added a code reproduction section, thanks.

The other day I was trying to have a look at the `@capacitor/storage` source code but I couldn't find it as it was removed from the `main` branch of the...

I think so, because when the method [getPuppeteer.ts#L45](https://github.com/webdriverio/webdriverio/blob/main/packages/webdriverio/src/commands/browser/getPuppeteer.ts#L45) is called: #### The first time Both `capabilities` and `requestedCapabilities` are properly set. #### The second time Most of the previous info...

@ari-meetai, yes I think so _(that's what I said in the **What happened?** section)_

@ari-meetai, are you still facing this issue ? Because I don't know what fixed it, but I got it working with the following configuration: ```json "@wdio/cli": "^7.19.5", "@wdio/jasmine-framework": "^7.19.5", "@wdio/local-runner":...

Compiling issue due to [@badisi/wdio-harness](https://github.com/Badisi/wdio-harness) was fixed. > The `README.md` of the library was actually containing an `` tag, which is completely standards HTML and was working fine in MARKDOWN,...

@DASPRiD thanks for raising this issue as I also faced it a few months ago and was yet to find an ideal solution. --- In my case, I'm using a...