Leo Fang

Results 1175 comments of Leo Fang

> but CUDA Python needs components from both and doesn't know how to handle this Could you tell me where this statement comes from? Sorry but I just don't think...

Sorry for lack of response. Is this still an issue?

Closing, please check with PyCharm support for how to proceed. Thanks.

Sorry for lack of response @chr1sj0nes. Your ask implies you want to build cuda-python from source yourself. May I ask why?

> Within Google we build everything from source. Yes, so I was told 🙂 But, I was also told that Google maintains a fork of the whole universe internally (and...

Sorry for lack of response. I actually am puzzled too because IIRC at one point we did have `pywin32` listed but it seems to be gone now. @vzhurba01 do you...

Interesting. AFAIK there is not yet a way to distinguish a Data API array from a Data API dataframe. But since the latter is still in a draft status (more...

OK. With the ongoing discussion with the dataframe API, a similar check can be done for dataframes: `hasattr(x, '__dataframe__')`. But, it's important to note that neither attributes `__array_namespace__` and `__dataframe__...

Can we please have attention to this issue? `--replace-needed` is fixed (#84), but not `--add-needed` or `--remove-needed` and lack of parity is a source of confusion.

I guess I was thinking testing the recipe against every PR.