Michael Bromley
Michael Bromley
For a plugin I think you could inject [HttpAdapterHost](https://docs.nestjs.com/faq/http-adapter#in-context-strategy) and access the underlying express app that way - not tried this but if so, I'd say this issue should be...
Turns out that is this not possible to control in the backend. See this discussion: * https://github.com/braintree/braintree_node/issues/208 So the solution needs to be implemented on the client side (storefront) by...
Thanks for the report. Indeed, this is an area that needs to be handled better. My initial thought is to pass the default (English) string through the existing i18n system...
Hi, > But it is not working, and the URL is called twice, each time. Please define precisely what you mean by "not working". In general, server-side filtering is implemented...
ok, thanks for clarifying. I am not sure why the search value is not being passed to your API in the url of the http call. Is the correct value...
Hi there, I'll re-post the issue template so you have another chance to fill it out. It is in your interest to take the time to do so, as it...
Can you please show me the code which reproduces the error? Otherwise I cannot help.
Thanks for posting the code. Small hint - surround code blocks with 3 back-ticks to get GitHub to format correctly (see [here for more instructions](https://help.github.com/en/articles/creating-and-highlighting-code-blocks)). I did it for you...
Ok. At this point I cannot tell from the information you are providing whether there is a genuine bug here or whether your use of the library is incorrect. I...
(fork the demo, reproduce the error, save and share the result back to this thread)