Tom Lokhorst

Results 29 issues of Tom Lokhorst

It's currently listed as an option for `coffee.exe`, but it doesn't work.

Copied from [issue 2](https://github.com/tomlokhorst/language-cil/issues#issue/2/comment/748249): > The only other one I need in the near term is ldtoken, but it's a bit thorny because the current way of representing type (and...

With the merging of my Swift 2 pull request https://github.com/mac-cain13/CoreDataKit/pull/24 the documentation comments are now out of date. Mainly the `Result` type is now completely removed an replace by Swift...

And whatever other new features exist in version 5.1 that I forget about. Also to Examples and other documentation.

TODO - [ ] Really cleanup the text - [ ] Fix the wrongly indented steps - [ ] Maybe reformat with some collapsable regions

Apparently, `UIImage(named:)` strips away anything that looks like a file extension when looking up an image. For example: If there's two images: `my-icon` and `my-icon.selected` R.swift will generate: `R.image.myIcon` and...

type: enhancement

Split off from comment https://github.com/mac-cain13/R.swift/issues/456#issuecomment-448684170 R.swift takes 20 seconds to run on a 3000 line strings file. Or 30 seconds to run on a big project. If anyone has example...

type: enhancement

Implements https://github.com/mac-cain13/R.swift/issues/40 - [x] Automatically add buildstep & file references to Xcode project - [x] Generate empty placeholder file, explaining user needs to build - [ ] Integrate with CocoaPods...

Implements https://github.com/mac-cain13/R.swift/issues/232, continuation of https://github.com/mac-cain13/R.swift/pull/235 I've merged the current master branch into @nolanw's code, making it all Swift 3. Todo: - [x] Multiline or multi-part comments should be separated by...