Jonathan Bailey

Results 20 issues of Jonathan Bailey

This fixes the Console output not always being monospaced. https://github.com/afonsof/jenkins-material-theme/issues/102 Doesn't have an adverse affect on the rest of the design.

I added a brightness slider and set label option to a submenu for each bulb. I had to change some project settings to get it to compile (it couldn't find...

I have multiple targets in my project that are separate versions of the same application, and have SwiftLint in a build phase for each of them. However I also have...

question

I've inherited quite a large existing codebase. I'd like to use SwiftLint to keep the code I'm writing now sane, while I slowly update the old code. Is there a...

enhancement

In the `buildURL` method of the SKRequestBuilders, if no predicate is set the app crashes with EXC_BAD_ACCESS. Eg in [`_SKRequestBuilderTags`](https://github.com/davedelong/StackKit/blob/master/Classes/_SKRequestBuilderTags.m#L50): It occurs on line 62. I think this is because...

I copied the data model file into my project and it gets the list of questions now, however the answers property of the SKQuestions returned doesn't contain anything it gives...

``` *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'executeFetchRequest:error: A fetch request must have an entity.' *** Call stack at first throw: ( 0 CoreFoundation 0x012f3be9 __exceptionPreprocess +...

The use case is you can already have an enum that conform to JSONPrimitiveConvertible. But if you need the enum to have a raw type like String, then you get...

There are often slight differences in rendering between iOS versions, eg corner radiuses or font alignment. So if you record on iOS 12 but run on iOS 10 then many...

Currently the HTML report has the images as absolute URLs. They should be relative to the html file so that they can be viewed when run on a remote CI...