Shane Yu
Shane Yu
Perhaps you could take a similar approach to what ng-bootstrap did? You can import the entire log via the NgbModule or import individual modules. Tree shaking will do the rest....
> I've run into the same issue, in my case the following approach worked: > > 1. Your _example/package.json_ dependencies should be only these: > > ``` > "dependencies": {...
I did however find that using `yarn` opposed to `npm` I can use `link:...` for the dependency paths, then running `yarn` in the root and the example I was able...
It's worth noting to the the developers that may pick up this bug to fix later that this occurs when just running the cli to create a new project and...
I am also getting this same issue with a freshly created library without any modifications. I've tried tinkering with the package location using various path formats i.e. ../ ~/ etc...
@lev1rand I was able to get around this issue using `yarn` and tweaking the example/package.json dependency paths. Take a look at the following post to see if this helps you:...
Until this issue has been resolved, does anyone know of a workaround? Is there a way to remove this option in our ESLint configuration files or something?
We are also experiencing issues due to this bug, primarily we're impacted by this causing the JWT middleware to no longer function. The JWT middleware verifies that the `Authorization` header...
Not sure if anyone else has a better idea, but our thoughts are that the code that is setting headers from the `multiValueHeaders` could be updated to only append a...
Is the Open Minimap you've mentioned here available anywhere yet? Did a bit of searching online and in the store and was unable to find anything?