Tom Lokhorst

Results 29 issues of Tom Lokhorst

Issue for https://github.com/mac-cain13/R.swift.Library The [Package.swift](https://github.com/mac-cain13/R.swift.Library/blob/master/Package.swift) file claims to support watchOS, but the target includes the UIKit directory and doesn't compile. We need to create separate libraries for Core/Foundation (for watchOS)...

type: issue

Check if fonts used in Nibs/Storyboards are actually in the project. Like we already do for images.

type: enhancement

Is there a performance / other problem with registering every nib there is, with a UITableView? If not, R.swift can provide a function to register every single nib, so users...

type: enhancement

The Info.plist file contains data that is sometimes needed at runtime. In particular, for Siri Shortcuts, I'm interested in the NSUserActivityTypes array. We should add a top level `R.info` object,...

type: enhancement

## Checklist **If you have any non-Apple hardware components - submit your results to the `Custom Hardware` table.** * [x] I performed [all steps](https://github.com/devMEremenko/XcodeBenchmark#before-each-test) to correctly run XcodeBenchmark. * [x]...

_Preface: I've looked at a whole bunch of different JSON libraries for [a talk](https://vimeo.com/152054122) I gave last week on JSON parsing in Swift. The talk was partly about different libraries,...

Everything seems to be working correctly with the current development snapshot of the Swift 4 compiler! 🎉 Except that the Swift compiler crashes on [Test06b.swift](https://github.com/tomlokhorst/swift-json-gen/blob/develop/tests/Test06b.swift), that seems to be a...

What's up with all the JavaScript?

enhancement

JsonGen could generate a parser that directly parses the input string, bypassing the untyped dictionary from `NSJSONSerialization` all together. This could potentially perform better, since we know the exact shape...

enhancement

Parse and generate these as well, so we can discover project files.

enhancement