Kiran Koirala

Results 7 comments of Kiran Koirala

+1 Does anyone have a workaround for this for the time being?

Found a workaround. This library ([ngx-interpolation](https://github.com/yassine-klilich/ngx-interpolation)) seems to work for some additional interpolation cases, at least for Angular 9, as mentioned in it's readme. I haven't tried it with other...

Do you think it would be beneficial to add something like [lint-staged](https://www.npmjs.com/package/lint-staged) + [husky](https://www.npmjs.com/package/husky) in addition to just prettier? I'd be happy to make the change if required.

Hi @sammbw, Here is a video of this issue, reproduced in a node:16-alpine docker container, although it should be reproducible in any other node 16 environments. If you see, the...

Adding the workaround reference here, as this issue seems more prominent. Mentioned in https://github.com/twpayne/chezmoi/issues/2006#issuecomment-1099130392 > Temporary work around applied: > > Manually create a dot_config directory and within that directory...

The problem seems to be the sidebar(`nav.pagetoc`) taking more height and overlays on top of this button because of the higher z-index. The fix would be probably to change `height`...