Max Bruckner

Results 129 comments of Max Bruckner
trafficstars

Then I'll have to take a closer look at it next week. What version of Xcode did you use to install Clang?

I can't seem to reproduce this with `(Apple LLVM version 9.0.0 (clang-900.0.39.2)`. (commandline tools installed separately without downgrading Xcode). I will try downgrading Xcode next.

Still cannot reproduce it, do you have some additional compiler flags set? `env | grep CFLAGS`

Seems like it is still includint `stdint.h` and the `long long` comes in the form of a literal. Hm.

nativefier does the exact opposite of what you described. It takes a web application and bundles it as a Desktop app. But it still remains a Web Application. Also what...