Samuel Beek

Results 9 issues of Samuel Beek

Hi Niels, Big fan of this repo. I use it in one of my projects :). This PR updates the code to Swift 3.0. The playground, framework itself and the...

Hi, using [this tool](https://github.com/RobertGummesson/BuildTimeAnalyzer-for-Xcode), I found that a some of the larger `constrain` functions in my app take a _really_ long time to compile, in the 500ms spectrum on a...

Cartography works for me, but recently I've been getting a lot of weird errors in the console, when I use it. **Example** I have this in my `layoutSubviews()` ``` super.layoutSubviews()...

I get an error (`Failed to instantiate module app due to: Error: [$injector:unpr] Unknown provider: notify` when I do something like this: ``` app.config( function(notify) { }) ``` How can...

The preventDefault used to cause a JSLint error "Expected an assignment or function call and instead saw an expression."

Hi, I'm trying to update a `GPUImageUIElement`-filter only when the content of the element has changed, because updating UIElements is an expensive operation and really bad for the frame rate....

Is there anything to do about the pixelated lines? Would be amazing. Best regards, Samuel ![schermafbeelding 2014-11-04 om 12 43 13](https://cloud.githubusercontent.com/assets/248098/4899062/c87fcc48-6417-11e4-94d1-af7db17fc547.png)

First of all, thanks for writing this nice example project and the article that it came with, it has been really helpful. The project didn't compile on Xcode 7.3 because...

First of all, thanks for writing this nice example project and the article that it came with, it has been really helpful. I converted the syntax to Swift 2.2 so...