Yury Zhuravlev
Yury Zhuravlev
My case was fixed here https://github.com/nodejs/undici/pull/1824 maybe node-fetch has something similar.
Can somebody from the core team explain why this very important PR was not reviewed and didn't merge? What we (the community) can do to unlock it? @wiredfool
Also, it seems like AMD team has some confusing intentions because AMDKFD interface in the Linux kernel still supports all cards started from GCN, and effectively only ROCm uses such...
> At the end, if everything is really open-source in the sense that it can really be compiled everywhere with a unified robust build system and good open-source collaborative spirit...
@oktavlachs seems like not so many invests in such areas, especially for Python. I know how it should be designed after all but it's literally a full-time job at least...
please review
@adiroiban, thanks for the review! > I don't have experience with future and it looks like the automated tests is not executed... so I can't do a proper review. It's...
A little more background for this issue. `Deferred.fromCoroutine` is not entirely correct. It's even described in the documentation: > Coroutine functions return a coroutine object, similar to how generators work....
> I don't have experience with future and it looks like the automated tests is not executed... so I can't do a proper review. I can reproduce it locally, working...
@graingert > Deferred.fromCoroutine intentionally does not support asyncio coroutines I see, you support async/await but without asyncio. But it's very confusing in docs, https://docs.twisted.org/en/stable/core/howto/defer-intro.html#inline-callbacks-using-yield here we have the phrase: >...