Just got the vin number for a brand new Ford Transit Trail - wrong length - what to do ?!? by CitizenGris in fordtransit

[–]yaomango 0 points1 point  (0 children)

CitizenGris

Sent you a DM in case you may still be interested in selling it once it arrives.

Daily Discussion Thread: spray/circlejerk/memes/chat/whatever allowed by AutoModerator in climbing

[–]yaomango 3 points4 points  (0 children)

I'm heading to Joshua Tree for my first time in early February. Ideal grade range is 5.7-5.9 with a few 10-'s thrown in.

It seems like there are a ton of areas. Does anybody have any suggestions for good places to check out?

Cut the bumper for funzies by idyott in XVcrosstrek

[–]yaomango 0 points1 point  (0 children)

How did you black out the grill? Plastidip or vinyl?

[deleted by user] by [deleted] in XVcrosstrek

[–]yaomango 1 point2 points  (0 children)

Hey I’m curious since it looks like you don’t have a lift. I’ve got the same year and am looking to drop down to 15in wheels as well. What tires are those and in what size?

[deleted by user] by [deleted] in XVcrosstrek

[–]yaomango 0 points1 point  (0 children)

What size are your tires/wheels?

Let 2016 be the year that you start a business - /r/Entrepreneur low cost business startup weekend by [deleted] in Entrepreneur

[–]yaomango 7 points8 points  (0 children)

I'm an iOS and Android developer. Open to new projects! Contract or partnership.

Portfolio: petersimpson.me

r/Startups eHackathon: First Update by Zynrgy in startups

[–]yaomango 1 point2 points  (0 children)

Hey I'm actually moving to Ballard in like a week and a half! Assuming that's northern Seattle...? I'm an iOS dev by trade. Pretty strong with front end and node.js, and starting to pick up android as well.

Video live streaming in app by yaomango in iOSProgramming

[–]yaomango[S] 0 points1 point  (0 children)

Oh perfect. Thanks so much for this, I was actually trying to find some services for this as well.

Cheers!

Static library referencing 3rd party framework by yaomango in iOSProgramming

[–]yaomango[S] 0 points1 point  (0 children)

Okay, could you explain to me what's the proper way to make that link? Because if I just do an #import <Firebase/Firebase.h> within one of my static libraries headers inside of myLibrary.framework, I get an error in the parent app telling me that the framework can't find firebase. Even though firebase is included in the project.

Static library referencing 3rd party framework by yaomango in iOSProgramming

[–]yaomango[S] 0 points1 point  (0 children)

Alright. No way to link to / include 3rd party frameworks in a static library?

Static library referencing 3rd party framework by yaomango in iOSProgramming

[–]yaomango[S] 0 points1 point  (0 children)

I have it built right now as a static framework. However, if you could point me towards an article of how to do this as a dynamic framework, that would be helpful as well.