- API key for OpenAI.
- API key for Picovoice
- API key for ElevenLabs
- mpg123 installed
- node 18+
git clone https://gist.github.com/ericlewis/ccd3f0b7a17fcbe2473121a473082c8f- edit .env with your keys
initialize: once, when the controller is first instantiatedconnect: anytime the controller is connected to the DOMA list of Sketch plugins hosted at GitHub, in no particular order.
| #import <Parse/Parse.h> | |
| @interface CustomParseQueryTableViewController : PFQueryTableViewController | |
| { | |
| PF_EGORefreshTableHeaderView *_refreshHeaderView; | |
| BOOL _reloading; | |
| } | |
| - (void)reloadTableViewDataSource; | |
| - (void)doneLoadingTableViewData; |
| /* ---------------------------------------------------------- */ | |
| /* */ | |
| /* A media query that captures: */ | |
| /* */ | |
| /* - Retina iOS devices */ | |
| /* - Retina Macs running Safari */ | |
| /* - High DPI Windows PCs running IE 8 and above */ | |
| /* - Low DPI Windows PCs running IE, zoomed in */ | |
| /* - Low DPI Windows PCs and Macs running Firefox, zoomed in */ | |
| /* - Android hdpi devices and above */ |