Anantha Kumaran

Results 154 comments of Anantha Kumaran

Any update on this issue? Tesla seems to have updated the api, so one could pass the adapter options directly now `Tesla.client(middleware, adapter)`. But this is still not exposed by...

Hi @zmstone I am interested in working on this feature. I have skimmed through the [kafka design docs](https://docs.google.com/document/d/11Jqy_GjUGtdXJK94XGsEIK7CP1SnQGdp2eF0wSw9ra8) and the transaction apis in kafka_protocol. Given that the transaction api seems...

I think we ended up handling redirect response ourselves instead of using `follow_redirect`.

Thanks for the PR. But, we might not be able to merge right away, since this syntax is not supported by 0.16.x. You can check the previous [PR](https://github.com/akira/exq_ui/pull/109#issue-1099424288) related to...

It has been already released, check [0.12.2](https://diff.hex.pm/diff/exq_ui/0.12.1..0.12.2)

I will check soon, the last fix was done for 0.17.x

I don't know much about what yarn 2 pnp means, so it would be nice if you can add more info about it in the PR description. Specially want to...

I think it's only enabled for web-mode, not sure if it would work in derived mode

There are two different checks, we will check if tide-mode is enabled and also check for file extension. You can search for `flycheck-define-generic-checker` in the tide code, it's pretty self-explanatory.