Badisi

Results 25 issues of Badisi

Filtering on a boolean property has no effect at all. _Example_: `$filter('filterBy')(collection, ['property'], true)` Looking at the [source](https://github.com/a8m/angular-filter/blob/master/src/_filter/collection/filter-by.js) we can see that only string and number are allowed. _Line 14_:...

## Bug Report ### Capacitor Version ``` @capacitor/cli: 3.6.0 @capacitor/core: 3.6.0 @capacitor/android: 3.6.0 @capacitor/ios: 3.6.0 ``` ### Current Behavior I have installed a plugin that should throw an error but...

platform: android
platform: ios
type: bug

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-issues). ### WebdriverIO Version latest ### Node.js Version 14.17.5 ### Mode Standalone...

Bug 🐛
help wanted
good first pick

I'm trying to use my own custom store implementation where all the data has to be read/write in an async manner. ```ts userStore: new WebStorageStateStore({ store: new MyStore() }); ```...

question

When using `oidc-client-ts` in an Angular application, the following warning is raised: > Warning: node_modules/oidc-client-ts/dist/esm/oidc-client-ts.js depends on 'crypto-js/enc-base64.js'. CommonJS or AMD dependencies can cause optimization bailouts. > For more info...

enhancement
dependencies

`oidc-client-js` was certified by OpenId [(#oidc-client-js 1.3)](https://openid.net/developers/certified), so I was wondering if you guys are planning to also do so ?

question

When using the plugin `@semantic-release/github`, the following comment is added to any issues or PRs that relates to the release: > 🎉 This PR is included in version 2.0.0-beta.11 🎉...

According to the [documentation](https://github.com/dhoulb/multi-semantic-release/blob/master/README.md#overview): > This means there's no need to hard-code versions any more (we recommend just using * asterisk instead in your repo code). But using `"*"` will...

While trying to intercept http requests originating from an Angular application, I came accross the following restriction mentionned in the README: > There's one catch though: you can't intercept HTTP...

## Current behavior When using `semantic-release` for the first time on a project with existing git tags, those are not found and as a result the next version is not...