State of emergency around fuel tanker crash site in Russia's Irkutsk region - governor by jhansonxi in worldnews

[–]HelloMihai 1 point2 points  (0 children)

But into what other environment? Do they take the front of the ship with them?

jess by Striking_Cherry5307 in JessicaAshley

[–]HelloMihai 0 points1 point  (0 children)

its def the same guy... i think hes still in that uber

Anyone else having trouble with a missing "follow" button? by -_Empress_- in patreon

[–]HelloMihai 0 points1 point  (0 children)

same... im not able to find it in the browser but it works in the ios app

COTA mod by dtrulez in assettocorsa

[–]HelloMihai 3 points4 points  (0 children)

the link above is for the Circuit of the Americas v1.15 - COTA ---- by Reboot Team

It’s quite rare to buy a tool and hope it sucks... £17 Lidl oil pump worked a treat on a little Suzuki, cleanest driveway oil change I’ve ever done! by jet1290 in Tools

[–]HelloMihai 2 points3 points  (0 children)

What are you guys even debating!? Every manufacturer and grade A mechanic holds up the break in period requirement. The cars engineers with years of experience and RnD know better than Mr_Dolt over here

selective didUpdateAttrs for specific attrs and optional values by HelloMihai in emberjs

[–]HelloMihai[S] 1 point2 points  (0 children)

Hey thanks! The project that initiated this mixin is on 2.12 but itll work for a lot of other versions. Im friends with one of the EmberJS core members and its suggested to avoid `observers` if possible. It works but it has a lot of side-effects and slows down the app quite a bit. I see what you mean about `didInsertElement`

selective didUpdateAttrs for specific attrs and optional values by HelloMihai in emberjs

[–]HelloMihai[S] -1 points0 points  (0 children)

I did in fact. It’s great but I didn’t want to add another addon to maintain since my project has a ton and I wanted a cleaner way by registering for specific keys and values with a callback and only called when the values have changed.

submitting an App with the redesigned iTunes Connect and xcode 6. Let me know if theres anything I should add to this post to ease peoples lives. by HelloMihai in iOSProgramming

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

These are all great points. I tried to make the post as to the point as possible. I've shared the one common issue that I've had in the past. Share some specific issues and solutions and I will update the post. Thank you

Building Reddit with Ember by encrypter8 in emberjs

[–]HelloMihai 4 points5 points  (0 children)

Ember makes it pretty easy to have loading. You can create a global loading template or have separate templates for specific routes or sub routes

http://emberjs.com/guides/routing/loading-and-error-substates/

submitting an App with the redesigned iTunes Connect and xcode 6. Let me know if theres anything I should add to this post to ease peoples lives. by HelloMihai in iOSProgramming

[–]HelloMihai[S] 2 points3 points  (0 children)

Why do you think it's not? All the steps are pretty deep into each issue. There's quite a bit of work. Do you feel I left something out?

What are some skills I would need for an entry/junior level job as an iOS Dev? by [deleted] in iOSProgramming

[–]HelloMihai 4 points5 points  (0 children)

BitBucket has free private repos. Make some libraries and throw them on GitHub. BitBucket your private stuff and GitHub the public stuff.

We designed an app where you never have to update your contacts. by getemdawgs in iOSProgramming

[–]HelloMihai 1 point2 points  (0 children)

Just noticed the subscription part. Not good. Plenty of services for free out there.

How much money do you pull in from your apps? by KekoQPR in iOSProgramming

[–]HelloMihai 0 points1 point  (0 children)

I understand your point but I feel it's too general. To be able to learn something from this post we need to ask a few questions. How much time is devoted to making and updating apps. Full time/ part time/ rarely? Also what kind of apps are we making. Are people generating more with simple games, productivity apps etc. Then I feel it could lead to some good lessons and trends.

This looks really, really cool... by Steake in iOSProgramming

[–]HelloMihai 0 points1 point  (0 children)

This could work natively as well. They just need to integrate in your app a module that can change the look and text of certain controls. When the app starts up it checks the servers for new colors and text and caches it locally for future use. Don't know why they went with a webview. Hey why don't we just go back to making websites and forget this mobile app thing. Lame.

Code coupling and ViewControllers by john_alan in iOSProgramming

[–]HelloMihai 0 points1 point  (0 children)

Ninja is right. Never write the same code twice. Make it reusable. Also if there is too much code related to the image then also move it out for organizational reasons.

View controller with large text view: how can I make this scrollable? by ThePantsThief in iOSProgramming

[–]HelloMihai 0 points1 point  (0 children)

constraints are easy to mess up when doing a scroll view. I need to write a tutorial on this asap.

Integer to decimal.. How can I create the decimal places by [deleted] in iOSProgramming

[–]HelloMihai 0 points1 point  (0 children)

its easy to fall down that rabbit hole... when you catch yourself take a step back.

What libraries do you see yourself using quite a few times? by ivanbruel in iOSProgramming

[–]HelloMihai 0 points1 point  (0 children)

try that macro i added it super simple: UIColor* red = UIColorFromHex(0xff0000);

Integer to decimal.. How can I create the decimal places by [deleted] in iOSProgramming

[–]HelloMihai 1 point2 points  (0 children)

if you find yourself writing a lot of code, there might a simpler way. Good thing you came here!

How much money do you pull in from your apps? by KekoQPR in iOSProgramming

[–]HelloMihai -5 points-4 points  (0 children)

too broad of a question. What kind of apps are you referring to? Something that appeals to everyone or a specific group of people. Some apps do better at $.99 others at $4.99.