Devon Sams

Results 4 issues of Devon Sams

**Note: for support questions, please use one of these channels:** [Chat: Gitter](https://gitter.im/angulartics/angulartics2) * **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions...

bug
details needed

https://github.com/ncstate-sat/popover/blob/master/src/lib/popover/popover.component.scss#L4 I know we need to have view encapsulation turned off. But with `@include cdk-overlay()` those styles are included globally whenever the popover component is on the page. So this...

needs clarification

Asking because I don't see even dependency updates happening.

I have a project that defines some smithy shapes which I have published as a library locally. The project looks like: `modules/core/src/main/smithy/core.smithy` ```smithy $version: "2" namespace my.test use alloy#uuidFormat @uuidFormat...