Oddbean new post about | logout

Notes by Jonny | export

 nostr:npub1ftf60dmkl60as9c4vkmzhu638qsaljh06mv8u3als5mvsu6a3ueqkpdc3p Oh interesting, have you tr... 
 @096d2c53 Thank you for the tip, now it works perfectly for me. Don’t know how I overlooked that API… 
 nostr:npub1ftf60dmkl60as9c4vkmzhu638qsaljh06mv8u3als5mvsu6a3ueqkpdc3p Huh, what code are you usin... 
 @096d2c53 I use it in an AppEntity’s displayRepresentation.
DisplayRepresentation.Image.init(url:width:height:isTemplate:) 
 Has anyone figured out how to get AppEnum and widget configuration to show images beside the opti... 
 @096d2c53 Not sure if it’s related, but there’s an issue where AppIntents framework always try to wrap your image’s file URL inside another file URL, which may triggers an error for exceeding the max length of a file URL, and when that error happens, the image won’t be displayed.