Michael Bromley

Results 750 comments of Michael Bromley

I am not able to reproduce this (see screen recording). https://github.com/vendure-ecommerce/vendure/assets/6275952/a72cf50a-2a98-4ff0-a409-acb9fe7f6250

Fixed in https://github.com/vendure-ecommerce/vendure/pull/3242

Hi @meyvan, thanks for the report Regarding the error itself, it may be the same as reported here - https://github.com/lovell/sharp/issues/3926 > My question is why is included as part of...

in v2.2.0 we upgraded the Sharp version, which is why the issue now appears. I think a work-around could be that we add the `--include=optional` flag in the `@vendure/create` install...

Hi, you are welcome to open a PR (you can mark as a draft if you like) so I can review your implementation.

Hi, thanks for the report. And yes! I'd be delighted if you could assist on this 👍 Let me know if you need any help - best way to get...

I'm closing this as it is stale. If you (or someone else) wants to take up this task again, open a new PR. Thanks for taking the time to contribute.

Duplicate of - https://github.com/vendure-ecommerce/vendure/issues/1726 I did spend some time looking into this, and specifically started working on a proof-of-concept based on a separate BullMQ queue for each Vendure queue. That...

> As for fetching individual jobs, we could combine the job ID and queue name into a single identifier. For example, the job ID could be formatted as queueName:jobId, allowing...

Yes, that's a very good point. Can you think of a way to implement that?