Patrick Mowrer
Patrick Mowrer
Angular Material applies an `offset-x` class when it detects an `offset="x"` attribute on an element. https://github.com/angular/material/issues/869 Both projects probably ought to namespace the use of attribute names.
It's obvious of course, but it would be helpful to make it explicit in `bower.json` since bower tooling, like [main-bower-files](https://github.com/ck86/main-bower-files), sort by order of dependency.
A value for "host" was being printed twice, the first of which was always `undefined` because the property `changelogContext.hostname` is never set (and is not part of conventional-changelog's API).
Running locally, I'm unable to successfully authenticate with Yahoo. I've already jumped through a few hoops, like setting up a reverse-proxy to run on port 80 (per #3 and #4)...
## Describe the Bug ### Works as expected with regular `@strawberry.input` decorator ```py @strawberry.input class User: id: str = strawberry.field(description="Id of the user") name: str | None = strawberry.field(description="Name of...