Lucas van Dongen
Lucas van Dongen
### New Issue Checklist - [X] Updated SwiftLint to the latest version - [X] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### New rule request The rule is meant to have...
I've been following the instructions for the demo step-by-step. In the tutorial I see a screenshot with some lighting. However the copied demo code doesn't have it, even when I...
Hi, Thanks for creating such an amazing product, so far I had a blast getting it to work thanks to the step-by-step tutorials and most features I could think of...
My question is a bit of a follow-up to an [earlier question about iOS support](https://github.com/emilsvennesson/script.module.inputstreamhelper/issues/268). If I would have access to the iOS Widevine CDM, how would I add it...
I try to use as little code as possible when doing layouts so I use @IBDesignable a lot. I think it would be a lot better if you offer at...
I have a working WAMP implementation that crashes every 50 times or so. It happens when I leave the screen and the disconnect() method gets called: ``` class WampConnector: NSObject...
# Set Up I have a Local Swift Package I use for separating my features and have a more quick iteration over features using local Previews that load fast and...
# Use Case I'm working on improving my build times and previews speed and reliability by turning all of my major features into Packages. The strategy is to hide every...