J. Degand
J. Degand
@bokub I didn't know that and I made another issue to update the README docs. The [liveBadgeList](https://github.com/badgen/badgen.net/blob/main/libs/badge-list.ts) has `gitlab` commented out. `codecov` is also not part of the list. I...
No, you should put that inside the new PR you open in this repo. From [here](https://github.com/durgeshsamariya/awesome-github-profile-readme-templates/compare/master...eshitaban18:awesome-github-profile-readme-templates:master), click the create PR button and put the `closes #498` inside the comment box...
I checked your code works fine. Need to change your PR title to `Answer:5`.
Need to change title to start with `Answer:45`.
@timdeschryver Have you thought about removing Jasmine? At present, it is mostly used for spies in the tests. There is a [jest-marbles](https://github.com/just-jeb/jest-marbles) library that should be able to replace the...
One dependency that is a problem is [eslint-etc](https://github.com/cartant/eslint-etc). It hasn't been updated in 2 years so this causes peer dependency issues as the range hasn't been updated. There is a...
No updates in months.
@yoavbls I suspect that could be caused by the many regex that use `{0, }`. An empty space is truthy with that type of regex.
@kevinramharak I searched the VSCode issues and didn't find any pointing out this specific behavior. There are numerous issues related to unexpected whitespace removal and maybe they decided to preserve...
@jnizet I looked into this and I think it is because of change detection. Getters are evaluated as part of Angular’s change detection cycle. However, when you use `@HostBinding` with...