Rudolf Byker
Rudolf Byker
The plugin works perfectly.
I'm having the same, or similar issue. Let me demonstrate what I get in the /etc/nginx/nginx.conf in the controller pod in response to various annotations: ## Case 1: All origins,...
The code that generates all of this is here: https://github.com/kubernetes/ingress-nginx/blob/3916f7b8b72ce5da7e3ba2377adfb1d06d4bcae8/internal/ingress/controller/template/template.go#L1789
I'm getting the same error, but I don't think it's because of multiple `` tags. Here is my minimal reproduction: https://github.com/rudolfbyker/repro-vue-jest-issue-505
Upgrading all jest-related packages from `^27` to `^29` solved this for me.
It seems that with Vite, the "externalization" means that we hope that something else will provide a polyfill. This was the case in one of my projects, until I removed...
Here is my repro of the same error. For me this happens when running a click program inside "git bash". https://github.com/rudolfbyker/click-git-bash-unicode-repro I can see how this is not caused by...
A few possible workarounds for those searching: - Run your script with `python -X utf8 …` - Set the `PYTHONIOENCODING` environment variable to utf8. - Run `sys.stdout.reconfigure(encoding="utf-8")` and `sys.stderr.reconfigure(encoding="utf-8")` at...
Thanks for the feedback, and for the work on #2538 ! > http://localhost:3000/foo will redirect to http://localhost:3000/fr/foo. Does this fit your use case? In my use case, the first path...
I tried #2538 and it seems to make no difference at all.