Fernando Navarro Páez
Fernando Navarro Páez
Javascript & nodejs
@f4z3r How did you enable the cache? Do you have a complete example?
@f4z3r @patrickbeam Thank you!! cache.enabled: true solves this problem, but we need to add @patrickbeam extraEnvVars to make keycloak work in production mode. I'll try it later ```yaml # ha-config-values.yaml...
Hi @patrickbeam. Keycloak doesn't start with this env values. Any idea? > extraEnvVars: > - name: KC_CACHE_STACK > value: "kubernetes" > - name: JAVA_OPTS > value: "-Djgroups.dns.query=release-name-keycloa-headless" > - name:...
Hi @huangqiaobo I think you should use a PDF library as https://www.npmjs.com/package/pdfmake
@shiffman I think it's a good idea. Your solution works very well :-)
@thisislawatts I'm glad you like it :-D I created a new repository because we can go further with integration and e2e testing using GitHub actions, and I will need a...
@thisislawatts. I think the first step would be to make a list of the use cases that need to be solved in order to use it in production. We don´t...
Sorry, I was talking about the full refactoring process. Do you plan to update the components to the latest versions? The easiest solution would be to use the oldest version....
Hi @thisislawatts I have looked at this possibility but I think it's better to update dependencies after code refactoring because we are going to break things when we upgrade the...