Tyler Renelle
Tyler Renelle
Yes please! :)
For now may want to use a desktop app with scripting (see http://community.habitrpg.com/link/pomodoro) until this is fixed
Oh snap, looks like he took it out of the app store! If you have mac & tech savvy enough to build, you can install manually from https://github.com/ugol/pomodoro - but...
@cygnoir what happens if you disable the tasks stuff, and just enable tomato.es? ([just check this](https://www.evernote.com/shard/s17/sh/3d76f71e-d04b-4d0e-8760-ec612b389125/8ea0fb670488fef1793644ad1ebf4c09))
+1, I've hit this snag and having troubling thinking of a workaround (sampling from data a bit tough in my situation). Was hoping there was continue training via fit or...
I think `pairwise_distances_chunked` might still hit the memory wall. You'd need to collect the intermediate lists over time, or get fancy with `np.empty` & setting slices. I tried both methods...
FWIW @ugol, I've been promoting the hell out of this project to [HabitRPG](https://habitrpg.com) users in our "guilds" (for topics like ADHD, coding, business, etc). People get really hyped, and then...
Actually, looks like it's just autoResizeMode in md-mode. If I remove that plugin & set the height manually it works: https://codesandbox.io/s/frosty-lake-gi1n0?file=/src/App.js
Roger, will look into when I get a chance.
In my case this is an unmount issue (navigating away from the page with the player). Still investigating