Michael Bromley

Results 750 comments of Michael Bromley

From the [angular.io components docs](https://angular.dev/api/core/Component#imports): > Standalone components can import other standalone components, directives, and pipes as well as existing NgModules. Importing the module into your standalone component should work...

If anyone is interested in doing that update, please let me know. That would speed things up.

Hi, thank you for this contribution! I'll soon be upgrading the Admin UI to v17 too so when I do so I'll take some time to review and merge this.

Great, here's some pointers: - First you'll need to get access to the custom field defs for prices, in the same way we do [here](https://github.com/vendure-ecommerce/vendure/blob/8f99b2dac250ca110b6a5ff4e0fa8aebff424888/packages/admin-ui/src/lib/catalog/src/components/product-variant-detail/product-variant-detail.component.ts#L74) for ProductVariant and ProductOption. -...

Hi, Can you give me a bit more context about where that code would need to go? Would it be part of the AssetServerPlugin handler? And would it also mean...

@hsensh would you be interested in submitting a PR that fixes this?

We do have plans to expand the scope of the CLI to cover more of the dev experience like building and testing. Right now we are in the early planning...

Thanks for the report. This occurs because we are missing a field resolver for the `roles` field on the User type. We should add one here: https://github.com/vendure-ecommerce/vendure/blob/b5f41f04f79ac15e3656b879beb6f118a381b4e2/packages/core/src/api/resolvers/entity/user-entity.resolver.ts#L13 Are you interested...

Thanks for the suggestion. Right now I'd say this would work best as a community plugin (or perhaps part of a larger plugin that exposes a range of more advanced...

Hi @thePanz, thanks for your contribution! Before I can merge I just need you to add a comment agreeing to the contributor license agreement as covered above: https://github.com/vendure-ecommerce/vendure/pull/2965#issuecomment-2239011761