dakur

Results 48 comments of dakur

I'll try to prepare PR. I think it will be needed to decouple response parsing logic so that both APIs can be used concurrently for transitive period.

cc @patrikvalentaa @petrparolek

I was unable to write test as it complaint about missing `sameSite` param in already written test. 🤷‍♂️ Probably related to https://github.com/nette/http/issues/200

That was actually the first thing I've needed to explain in a real world case. :-)

@pauloriply See https://github.com/getsentry/sentry/issues/22715#issuecomment-745151393

Now I found this [doc page](https://docs.weblate.org/en/weblate-4.13.1/admin/checks.html#customizing-behavior-using-flags) from which it seems that `icu-message-format,icu-flags:xml` is truly correct. However, it still doesn't work. Did I misunderstand something?

Ok, there are two problems: - code blocks in docs are probably broken, because in source file on github, I [can see](https://raw.githubusercontent.com/WeblateOrg/weblate/main/docs/user/checks.rst) the example (search for `icu-message-format, icu-flags:xml:-plural_selectors`) - `icu-flags:xml`...

@nijel Thanks for response. But `icu-message-format` does UI highlighting, doesn't it? How do I recognize which check does and which one doesn't? I found the docs, but as I mentioned...