Stefano Parmesan

Results 10 comments of Stefano Parmesan

Is there anything we can do to help? I know nothing about how Mihoyo's APIs work, but if you could explain the issue a little I could try investigating a...

So, I investigated a bit, and the only issue I could find is that sometimes the call to `/event/gacha_info/api/getGachaLog` returns `-110: visit too frequently`. I added a `Thread.sleep` and it...

It depends on whether they rate limit on the IP or on the user, but yeah, a queue would for be the safest route... Thank you for looking into it!

Just to resurrect this issue: this happens when you set a custom CSRF_COOKIE_NAME. In our websites we have the following configuration: default cookie name for production environment (`csrftoken`) and a...

Hello! Yes, definitely possible, we'll soon prepare a MR for you to review. Thanks!

Let me add a few more info on this: we use Django, which underneath uses `xgettext`; I tried the fix suggested by @gamboz but it didn't work: it is correct...

In our case we didn't notice any real impact, so our solution was indeed to ignore it, but I can't assume this is true for all cases. Also, people over...

Hi @suren-atoyan , that's exactly what I'm doing in the test project, have a look at: https://github.com/armisael/test-react-monaco-diff/blob/main/src/components/MonacoDiffEditor.tsx The error appears when using `[email protected]` and `[email protected]`, but not with `[email protected]`. I'm...

Hello, I had what seems to be the same issue yesterday, and managed to setup a minimal reproduction example here: https://github.com/armisael/test-nest-grpc-reflection Basically, if two proto files with different `package` share...

I tested the beta version, and can confirm it works with our services, thank you for having a look into this!