Tim Bodeit

Results 41 comments of Tim Bodeit

I installed openssl through homebrew, passed the `--extra-include-dirs=/usr/local/opt/openssl/include` argument to cabal install and specifyed `extra-lib-dirs: /usr/local/opt/openssl/lib` in my cabal file. Did anyone find a better way to solve this problem?

Thanks @Daemach This is especially relevant, as some tools like the Archive Utility builtin to macOS unpack the two layers of zip compression in one go. As the structure that...

Sidenote: To only unzip the first layer of compression under macOS, run `unzip chrome_aws_lambda.zip` in the Terminal.

The `tintColor` attribute on UIView is only available on iOS 7 or higher. Classes that didn't have this attribute before and are now getting tint-color support would need appropriate safety...

Note: `#if __IPHONE_OS_VERSION_MIN_REQUIRED < 70000` is a compile time check. This means that the condition doesn't evaluate the iOS version of the device, that an app is run on, but...

At my company we have an internal NUI fork, that already includes such functionality. I'll try to contribute a couple of the changes we made back to the main repository...

Can someone provide an example project to reproduce this issue?

My own projects haven't been very NUI focused recently. Therefore, 0.6.0 has been dragging on a while now. I'll talk to @Stunner about this and get back to you about...

I would probably just treat them as CSS files for syntax highlighting purposes.

We are meaning to release a new 0.6.0 version, though there are some small things left to do. Please have a look at #315 and the 0.6.0 milestone. If you...