cashapp / paparazzi

Render your Android screens without a physical device or emulator
https://cashapp.github.io/paparazzi/
Apache License 2.0
2.32k stars 216 forks source link

Add FAQ/Wiki/Recipes #583

Open jrodbx opened 2 years ago

jrodbx commented 2 years ago

Ideas:

yschimke commented 2 years ago

It might be worth making the error message when lfs isn't set up more obvious in code.

Instead of the NPE, detect automatically or catch and check if the file is an lfs marker file.

jrodbx commented 2 years ago

It might be worth making the error message when lfs isn't set up more obvious in code.

Using Git LFS is an implementation detail, so prob shouldn't be in code? For example, I've heard some users redirecting snapshots to an NFS instead.

yschimke commented 2 years ago

Yep, but might improve the errors when it happens. Maybe generic, turn the NPE into a clearer error. "File is corrupt"?