Jamie Perkins

Results 53 comments of Jamie Perkins

You should be able to use it in Angular 4 & later now since it is modularized. Please report back and let me know if this works, after installing the...

Hi, thanks for contributing! I would like to merge, however it looks like you didn't test your code. When you don't pass an argument to `join()`, it separates with a...

what are your `autoTrim` and `maxLines` properties set to?

Wow, 14 MB. That's why `autoTrim` is initially set to false. You can start by setting `useLocalStorage` to true, but you'll probably need to make some additional modifications. Look inside...

I found a couple things: 1. the behavior of `getAllResponseHeaders()` in Chrome since v60 is [a little weird](https://stackoverflow.com/a/45445790/591487) and 1. [you may need to add](https://stackoverflow.com/a/5837798/591487) `'Access-Control-Expose-Headers: www-authenticate'` to your server...

Thanks @johakr , your PR is merged and it's fixed in CountUp v2.3.1

I noticed that the schematic now installs v4.3.8 of husky but changes package.json to have `"latest"` as the version for all the packages this schematic installs. So if developer A...

Any updates on this? For such a glaring bug, I'm surprised it's still present in 7.2.1.

Any updates on this one? I'd love to add a trackBy on our app's tree and improve performance. It's a big tree and trackBy could give some big performance gains....