paparazzi icon indicating copy to clipboard operation
paparazzi copied to clipboard

Add FAQ/Wiki/Recipes

Open jrodbx opened this issue 2 years ago • 3 comments

Ideas:

  • how to target a specific SDK level in Paparazzi
  • move git lfs section out of main page to here

jrodbx avatar Sep 20 '22 05:09 jrodbx

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.

yschimke avatar Sep 22 '22 10:09 yschimke

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.

jrodbx avatar Sep 22 '22 20:09 jrodbx

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

yschimke avatar Sep 23 '22 07:09 yschimke