SorenJ89

Results 6 comments of SorenJ89

Sadly not.. i'm still somewhat new at python.

I was looking for the same thing. This works for me const onDrag = (e, d) => { console.log(d.x, d.y); }

Having the same issue now. Did you ever manage to find a solution?

@brteller How did you convert the expo project from npm to yarn? I tried deleting the node_modules and package-lock file followed by yarn install, but i end up with another...

Sorry for the bother. I found the solution right after asking. [Cleaning the cache](https://github.com/alexbrillant/react-native-deck-swiper#development) for npm and yarn was what solved it.

@cloudhan I have an issue shared with multiple others here https://discuss.pytorch.org/t/pytorch-profiler-not-profiling-gpu-on-windows/146685 And i think it's related to this issue. My _supported_activities in torch.autograd only shows profileractivity.CPU and i can read...