Jefferson Eagley

Results 18 comments of Jefferson Eagley

Oh, now it's showing up in the DOM, but it's behind everything else...

in the code, the modal has the class "modal fade show". My code looks like this: ` {}}>` if I change the modal's class to modal fade.in show, the modal...

I found a related issue on another project: [https://github.com/shlomiassaf/ngx-modialog/issues/280](https://github.com/shlomiassaf/ngx-modialog/issues/280) As a temporary fix, add this to your CSS: `.show { opacity: 1; }`

I'm on 4.1.2 currently

I'm basically trying to say "here's my list of things I don't want to do large breaking upgrades on yet, upgrade those to the next minor version, and then upgrade...

Thank you very much for the quick answer back! For the moment, I just went with `target: minor` across the board (and plan to instruct my team to do all...

Interesting... on my instance, the only SortBy option is "Name" on everything on the Roku app.

There seems to be a bit of chatter going on about type imports in JSDoc, but no solid canonical path at the moment unfortunately. https://github.com/jsdoc/jsdoc/issues/1537 https://github.com/Microsoft/TypeScript/issues/22160