johnboker

Results 4 comments of johnboker

I think this is an issue with using the swift 4 version of this. put: `pod 'ParallaxHeader', '~> 1.0.6'` in your project to use the swift 3 version.

I had the same issue, after adding the version to the pod then running `pod update` then `pod install` there was no longer a problem. Maybe someone else on here...

using a regex you can say what piece of the target you want to have put into your hipchat message. Here's the modified code: https://github.com/johnboker/seyren/blob/master/seyren-core/src/main/java/com/seyren/core/service/notification/HipChatNotificationService.java#L100 If i get some time...

Just found that adding the following to the Main function before running the CreateWebHostBuilder causes it to work as expected, not sure if this would break things for other people....