uko_

Results 15 comments of uko_

> I recommend this article: [How to prevent XSS attacks](https://www.invicti.com/blog/web-security/how-to-prevent-xss-attacks/) will this issue be patched?

> [@uko3211](https://github.com/uko3211), > > The article states > > > XSS filtering doesn’t work > > and recommends a different approach. Yes, I’m aware of the content in the article...

Hello! First of all, thank you for your detailed comment. From what I understand, I don’t believe there’s anything wrong with the code I wrote to address the issue. However,...

Thank you so much for the detailed explanation. It was really helpful and I believe it will greatly assist me in resolving the issue. Among the approaches you suggested, I...

1. The overloaded custom init no longer returns an error. 2. The ambiguous type in the overloaded custom init is handled by returning any, allowing users to proceed with awareness...

I understand you may be busy, but I would really appreciate it if you could take a moment to review my latest commit. Thank you! @sterliakov

Thank you for the review. I will update and upload the test cases within today. Have a great day :)

@sterliakov Hello, After several attempts, I was able to add the test case. I would appreciate it if you could review it carefully. Have a great day!

> Diff from [mypy_primer](https://github.com/hauntsaninja/mypy_primer), showing the effect of this PR on open source code: > > ```diff > xarray (https://github.com/pydata/xarray) > + xarray/conventions.py:413: error: Argument "decode_timedelta" to "decode_cf_variable" has incompatible...

@sterliakov Hello, I've completed the updates to both the test-case and attrs.py files. All the changes are intentional and the tests have been updated accordingly. However, I'm now seeing an...