Michael Bromley

Results 750 comments of Michael Bromley

Thanks for your work on this. I just tested locally and it works well. It also resolves #2907.

Hi Alexis, The cause of this I think is the default [adminListQueryLimit](https://www.vendure.io/docs/typescript-api/configuration/api-options/#adminlistquerylimit) setting of 1000. As a work-around you can increase this limit in your config.

Thanks for putting in the work of creating a full reproduction! That's very, very helpful to me 👍 Initial investigation looks like it may have something to do with -...

So I'm pretty sure I have tracked down the root cause: There is this [shorten function](https://github.com/typeorm/typeorm/blob/c4a36da62593469436b074873eba186f0f8b990d/src/util/StringUtils.ts#L76-L92) which is invoked if the alias name is greater than 63 chars long. The...

Hi @TaharMeddeb03, thanks for this fix. There seems to be some issue with the CLA bot. Did you check the doc linked above? https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user#commits-are-not-linked-to-any-user

Hi, Are you interested in attempting to implement this yourself and submitting a pull request?

If you are not a developer, I'm interested to know how you are making use of Vendure and this storefront, as they are really aimed at developers. Do you have...

By default Prosemirror (the underlying rich text library we use) will only allow certain attributes to be used. I think it should not be too much effort to enable e.g....

Not abandoned but you are correct that our major focus is on the backend part, as that is our actual product. Your suggestions are exactly aligned with mine. We would...

Hi, is this an issue or are you just sharing your solution here to help others?