John Vandivier

Results 88 comments of John Vandivier

ran at ref https://github.com/Vandivier/ladderly-3/pull/220

``` No, there is no way to install CUDA for any of the ARM-based Apple Systems -- not even through Rosetta 2 translation. Last I heard, Mathworks had no plans...

quote above from https://www.mathworks.com/matlabcentral/answers/1744115-cuda-for-m1-macbook-pro

reopening bc as an m2 user maybe i can just remove this dep will fork related: https://www.reddit.com/r/StableDiffusionInfo/comments/ycr4ea/how_to_fix_cudatoolkit_resolve_package_not_found/

related: is `decord` needed? i see a line that says set bridge but i don't see it otherwise used `data_utils.py` seems to have a number of unused deps that could...

on second thought maybe this should be a project template instead of a recipe? rationale: currently when I `npx blitz@latest new myApp` eventually it will tell me something like: ```...

tangentially related: https://github.com/blitz-js/blitz/discussions/3058#discussioncomment-1791049 and: https://github.com/prisma/prisma/issues/7292

another pain point is that the `db.$reset` helper seems to fail when connected to planetscale, maybe bc it calls migrate underneath ![image](https://user-images.githubusercontent.com/5559355/145691110-a6855e06-64d4-4925-8d5a-1a90ca6760e3.png)

Makes sense to me! I guess that's the same pattern we follow for any remote db (postgres, etc) currently anyway