Andrew DiLosa

Results 19 comments of Andrew DiLosa

I don't think it is possible to add clusters to an existing model, or to train a new model to keep some existing clusters the same (#70). Perhaps the easiest...

the day this issue started, both `pip==21.01` and `numpy==1.20.0` were released. there's an issue over at pypa/pip#9542 that suggests that pip might be resolving things weirdly, now that a new...

IIUC, yes, the entire array passed to `transform()` works like a 'batch' and the whole batch is optimized together.

There was repo that supposedly fixed this. It looks like they added an `ide-theme.mustache` in addition to the editor theme. Seems like that should do it. https://github.com/ShiromMakkad/base16-jetbrains-ide/blob/master/templates/ide-theme.mustache

Looks like radix-ui released the change in 1.0.0! https://github.com/radix-ui/primitives/pull/1329#issuecomment-1191490330 Changelog: https://www.radix-ui.com/docs/primitives/overview/releases

Thanks! This patch seems to work but only for the sparse case. To handle the dense case I changed `renumbaify_tree` to the following, which seems to fix the issue: ```...

Looking into it further, probably more of the DB-API 2.0 methods would need to be implemented, expanding support from just `cursor.execute()` now. Something similar has been done already in this...

There was recently an update on Discord: ![Screenshot 2023-11-19 at 6 55 29 PM](https://github.com/kickscondor/fraidycat/assets/2894907/91c52494-6890-49c0-9d5c-8fd99d3b146b)

fwiw this has just happened for me on the Mac desktop app. JSON export and HTML export show different subsets of only some of my follows. the 🏠 tab is...