Alexis Vigoureux

Results 5 comments of Alexis Vigoureux

I'm having the same problem with version 2.2.0-beta.6. Is Vendure planning to migrate to yarn 3 or 4?

Thanks for the investigation. We made this workaround for the moment, to load the style files of the parent in the iframe. ```javascript window.onload = function() { Array.prototype.forEach.call(window.parent.document.querySelectorAll("link[rel=stylesheet]"), function(link) {...

@michaelbromley Yes, we are on v16.1 of Postgres @monrostar We have a large database ([AWS db.r6g.xlarge](https://aws.amazon.com/fr/rds/instance-types/) with 4 CPU) I will try to provide the profiling data by reproducing on...

Sorry for coming back late, we didn't make any risky changes at the end of the year Thanks for your help @dfernandesbsolus, we made these command lines to get past...

Hello, we are really interested in this feature! It seems that the last sticking point is the display of queues. Why not display them via the [Bull board](https://github.com/felixmosh/bull-board) integration? We...