Base solution for your next web application

Activities of "ips-jm"

Hello,

See: https://github.com/aspnetzero/aspnet-zero-core/issues/5194

We hope for a quick solution to the problem :)

Hello @ismcagdas, Thank you for your response. Unfortunately, "updateOn" is not a feasible solution for us, as it only triggers updates when the focus is lost from the input field or when the form is submitted. This approach does not meet our requirement for "real-time" search results. A more viable solution appears to be using a directive that handles debouncing, as mentioned in your StackOverflow post.

It would be beneficial if your framework could natively support this functionality, as the current implementation is inadequate for production use.

After some investigation, I realized that this error only occurs when optimization is set to "true" in the angular.json production config.

Deployment is working as expected with optimization set to false. Have you had a similar case?

In case anyone plans to do this as well:

We ended up using: https://pub.dev/packages/swagger_dart_code_generator

Working really well

Hey @ismcagdas,

Thank you for these tips and suggestions! We plan to implement this in the near future and may reach out again if further questions arise.

Was an error on my side. IDE imported an unknown Module "TextDecoder" and I didn't notice it.

Thank you very much for the detailed answer! Solved the issue for me too!

Hey,

I'm having the same issue after updating from 8.1 to 10.4.

Was there another solution than just changing the node Memory allocation?

I resolved the issue. It was a merging error in the AddObjects Funtion.

Hey,

that solved the issue for me, thank you very much.

Showing 1 to 10 of 10 entries