Michael Bromley

Results 750 comments of Michael Bromley

For tax rates / categories, countries & zones: there's no special reason not to make them channel-aware. But it would be a breaking change so it's a possibility for a...

Currently this component is configured to use either the `emailAddress` OR `lastName` fields when filtering for customers - see screenshot: ![image](https://user-images.githubusercontent.com/6275952/206437989-4817466e-cb29-45d5-8673-fe481915ac68.png) The assumption was that last name would be commonly...

I suspect the difference here stems from the fact that the latest Angular compiler is using webpack 5 under the hood as opposed to webpack 4. References: - https://github.com/brianvoe/slim-select/issues/269 I'll...

OK, I tried locally adding the following export to the `@vendure/admin-ui` package.json: ```json "exports": { "./static/theme.min.css": { "default": "./static/theme.min.css" }, } ``` This gets us further, but then the you...

Hmm ok looks like we traded memory for CPU and it's not a good trade in your case. @monrostar let me know if you have any input on this one.

@alexisvigoureux can you tell me what Postgres version you are running. I've just discovered some severe performance issues with v16 that are not present in earlier versions.

@alexisvigoureux FYI I found one _serious_ perf regression on v16 which is detailed here: - #3037 It could be that there are others and _maybe_ it relates to what you...

If anyone wants to help on this, let's start with some planning: 1. What new mutations are needed? - I'm guessing similar to those in the Shop API, namely `requestPasswordReset`...

Hi Alexis, this is looking good! Do you think you'd be able to add a couple of e2e tests too? The unit tests are great, but I'd feel extra confident...

@pleerock Thank you for weighing in on this issue! I think this proposal is very interesting for us too. We are highly invested in seeing TypeORM succeed. > I think...