Ceci

Results 18 issues of Ceci

### Description `semantic-release` pulls the latest npm version before assuming there isn't a published version. Meanwhile, `corp-semantic-release` takes the version in the **package.json** at face-value. ### Workaround **package.json** ```js {...

### Description If a user creates a new account and gets the verification page then closes the login there is no way for them to get back to the verification...

### Description Hey there! It'd be awesome if `karma-browserstack-launcher` supported a simplified configuration similar to what `karma-sauce-launcher` offers. I'd suspect the underlying implementation would be similar to [browserstack-capabilities](https://www.npmjs.com/package/browserstack-capabilities). ### Proposed...

Hey Everyone! It's been quite the ride! It's pretty hard to believe that AngularJS is already ~8 years old. As of July 1, 2018, AngularJS entered LTS mode. This means...

updates from the maintainers

### Description We have quite a few test cases that aren't covered regarding different locales [Example](https://cl.ly/0s0y3Y0w3I1q) provided by @houmark Reference regarding changing locales dynamically: https://github.com/lgalfaso/angular-dynamic-locale

tests

### Description Figure out if it's possible to support auto-complete / intellisense within Atom.

help wanted
proposal

### Description With the move to TypeScript for Salte Auth 3+ we need a tool that can validate documentation coverage to ensure we don't miss anything.

### Description OAuth 2.0 validation information needs to be passed to the forgotPassword url, as such trying to implement this on the end-developer side is a bit difficult. Instead we...

enhancement
proposal
@salte-auth/salte-auth

### Description Ideally, TypeScript users shouldn't have verify the Provider type. ### Expected outcome ```js // ... // No type assertion necessary console.log(auth.provider('auth0').idToken.user); ``` ### Actual outcome ```js // ......

@salte-auth/salte-auth