Michael Bromley
Michael Bromley
Update: no need to fork! https://github.com/typeorm/typeorm/issues/3267#issuecomment-2464613511
Thanks for the report. The reason for the change in v1.9 is that, when there are lots of facets/values (e.g. one of our own projects has hundreds), eager-loading them for...
@simpian I'm experimenting with a way to handle this whilst keeping the performance gains of the lazy-loading. How about if the user presses the "down" arrow key to trigger loading...
I cannot reproduce this. With the following config: ```ts export default [ registerPageTab({ location: 'asset-list', tab: 'Example Tab 2', route: 'extensions/ui-library/angular-ui', tabIcon: 'star', component: AngularUiComponent, }), ]; ``` I get...
Thanks for the report. This behaviour is the responsibility of the `StockLocationStrategy`. > The StockLocationStrategy is responsible for determining which {StockLocation}s should be used to fulfill an {OrderLine} and how...
Hi, Thanks for the report. You are really pushing this plugin to the limit with 1600 channels 😄 , but of course we should be able to handle this. Are...
I'm looking into this now.
Hi, I tried to reproduce this on the current master branch and cannot: https://github.com/user-attachments/assets/0235bd6e-e35d-488e-89ac-9ef2318d8f06 Can you check whether this is still an issue in the latest version?
OK thank you. Can you take a look into the network tab when this occurs and check what mutation is being sent? Include the mutation body & what variables are...
Are you able to figure out why the e2e tests are failing?