William Neely
William Neely
I have the path: ``` "@foo/*/bars": ["foo/*/bars.ts"] ``` This is not matching my import of "@foo/beer/bar". Instead, it's matching something like, beer/ba. It should be matching on the beer. Solution:...
The * should match everything between two paths. Instead, it was matching a certain number of characters. Closes #140
Added functionality for merging arrays to an object and dynamic keys. Fixed bug from #5
# Steps to reproduce 1. Clone repo 2. npm i 3. npx nx e2e cypress-harness-integration ## First error Can't find @cypress/webpack-dev-server package ## Second error After installing @cypress/webpack-dev-server: ``` (0...
# POC PR for chaining Rest Links If a Rest Link directive has an endpoint defined but the current Rest Link does not have a matching endpoint registered, don't remove...
# Chainable Rest Links ## Background The current architecture of the Rest Link poorly supports hitting multiple public APIs from our queries. Different APIs have different headers, different response formats...
This is a clone of #4086 as it was closed "inactive" but the issue still exists. I think the API for the underlying plugin has changed to just one event...
Can you publish the typings here to DefinitelyTyped? Onesignal Cordova SDK is already in there.
### Checklist - [x] The issue can be reproduced in the [auth0-angular sample app](https://github.com/auth0-samples/auth0-angular-samples/tree/master/Sample-01) (or N/A). - [x] I have looked into the [Readme](https://github.com/auth0/auth0-angular#readme), [Examples](https://github.com/auth0/auth0-angular/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-angular/blob/main/FAQ.md) and have not...