David Owens II

Results 15 issues of David Owens II

Number parsing performance is ok: ``` NSJONSerialization: performance results: min: 10.716ms, max: 17.004ms, avg: 11.802ms JSONLib: performance results: min: 7.801ms, max: 20.115ms, avg: 8.418ms ``` From this file: https://github.com/chadaustin/sajson/blob/master/testdata/mesh.json String...

enhancement

Need to do some work to re-enable them.

bug

A script that hasn't changed shouldn't need to be recompiled. Make sure this recompile isn't happening.

enhancement

Currently only OS X is supported for the script; support iOS too.

enhancement

I think the only real consideration here is `Xcode.app` and `Xcode-beta.app`. Supporting arbitrary versions of Swift seems like something that wouldn't even be feasible. Maybe mark scripts as requiring at...

enhancement

The CLI interface is a hack, needs to have proper support for commands: ``` apous update apous help apous run [path/to/scripts] apous edit apous init ``` etc...

This would help by allowing scripters to use Xcode to edit the scripts without actually requiring projects to be built and maintained.

enhancement