ibro
ibro
I'd like to have the bar background match my wallpaper, and found this code to grab Window's color theme. ``` public class ThemeInfo { [DllImport("uxtheme.dll", EntryPoint = "#95")] public static...
Interface for `PostView` has an empty object as the properties on `record`. Closest type I can find is this? https://github.com/bluesky-social/atproto/blob/0b70f50eb44bf6a936115f0e24690a42585b69a6/packages/api/src/client/types/app/bsky/feed/post.ts#L15-L29 but seems it's for creating records not viewing them
### Motivation Currently all the end user wallets for fuel are browser extensions, but a future wallet could connect from mobile or desktop application. This might already be happening on...