Michael Bromley

Results 751 comments of Michael Bromley

This issue is being closed because further data was needed but was not provided. If you want to continue the thread, comment below with the required information and the issue...

Agreed, the inability to kill a running job can be a pain. especially when they occasionally get into a false "running" state and there's no easy way to evict it...

Related: - https://github.com/vendure-ecommerce/vendure/issues/1127

From v1.8 there is the [setLanguageCode ](https://www.vendure.io/docs/typescript-api/email-plugin/email-event-handler/#setlanguagecode)method. Does this cover your needs?

How about using the [loadData method](https://www.vendure.io/docs/typescript-api/email-plugin/email-event-handler/#loaddata) first, which gives you the injector and is async, and then in the `setLanguageCode` method you'll have access to the data returned by the...

Can this issue be closed, or is there still some functionality you can't achieve with existing APIs?

Listing duplicates: - https://github.com/vendure-ecommerce/vendure/issues/2580 - https://github.com/vendure-ecommerce/vendure/issues/1427

Hi, I cannot reproduce this on the demo.vendure.io instance. Are you able to reproduce from a clean install? ![image](https://github.com/vendure-ecommerce/vendure/assets/6275952/074eb4d9-2db7-4b38-a695-504aa3c2bc61)

A generalized version of this that is also worth considering would be to allow interceptors for _all_ GraphQL operations. This would allow users to "decorate" any existing operation. Could an...