James Hughes
James Hughes
A Safari port would be great to have for this extension. Apple provides some helpful documentation going over how to do this [here](https://developer.apple.com/news/?id=qiz0arxc). I've tried myself but Twitter just idles...
this is my code: ``` let apicalypse = APICalypse() .fields(fields: "id,name,category") // Specify the fields you want to retrieve .where(query: "name = \"w\"") // Use the "where" clause to search...
thx to @stackotter who suggested `onChange` for condensation of text when it changes!!!
something like this: 
It'd be nice if the user could add custom platforms. For example, there is already a PS platform, but the user could delete that and separate it into PS1 and...
- [x] mac: use name as application name and use this template to launch `open -a ""` - [x] steam: query IGDB for game, get the SteamID, and create a...
for games listed on https://macsourceports.com, phoenix can install the port for them if they provide the game files. could also be done for source engine games using scripts that i...