Sascha Schwabbauer

Results 7 comments of Sascha Schwabbauer

I'm running into a similar issue, that I believe might be related, but if not, I'm happy to create a separate issue for this. We're using a similar setup, running...

@nareddyt Oh, I see, thank you! I didn't expect a 1 MiB response to run into any limits, to be honest, because that does seem to be a pretty reasonable...

I've created an Xcode 6 compatible fork of this excellent plugin at https://github.com/sascha/Lin-Xcode6. I've also made some changes to better fit into Yosemite's appearance. Yosemite and Xcode 6.1.1 (Build 6A2008a)...

I doubt @questbeat would merge my fork, because it removes all backwards compatibility with < Yosemite. @questbeat: If you are still maintaining this, please feel free to take any code...

@werediver I've enabled issue tracking. Feel free to create an issue, but I don't really want to add my fork to Alcatraz until I know if @questbeat is still maintaining...

@camina-apps Unfortunately he didn't. I've created an issue in the Alcatraz repo and asked for advice on how to move forward. Unfortunately I didn't get a reply there yet either....

Hi @jgsogo, sure, happy to. I'm installing my Conan deps with ``` conan install . -if _builds/cesdk/wasm32-unknown-emscripten/debug -s build_type=Debug --build=missing -pr:h=conan/profiles/emscripten -pr:b=default ``` This is my `emscripten` profile: ``` include(default)...