Igor Nehoroshev
Igor Nehoroshev
I am having the same issue, solved it by using custom `HTTPBasic` class that uses UTF-8 instead of ASCII (and I removed some checks I don't need): ```python from base64...
LGTM, if those `if _query_logger:` checks does not impact performance much, but I am not a maintainer, you can try to ping 1st1 and elprans :smiley:
> Beware I am not a Ruby developer! Same here :smile: that's why I did not create the PR, because I am not even sure that plugin works on Redmine...
This seems to work, until new version of this package is released ( add in `package.json` ): ``` "overrides": { "@songkeys/nestjs-redis": { "@nestjs/common": "11.0.7", "@nestjs/core": "11.0.7" } } ```