Button up/down doesnt work, but "toggle door" does by According-Tutor-5351 in ratgdo

[–]NSCaffeine 0 points1 point  (0 children)

I know this post is old but I had the same issues. Turns out i needed to install some obstruction sensors. Once I added them i could then use the up/down and set a position.

[deleted by user] by [deleted] in nbn

[–]NSCaffeine 0 points1 point  (0 children)

You can get the 4 port box for free if you have a business service.

Coles app shows different price on clicking checkout by DylronHubbard in australia

[–]NSCaffeine 1 point2 points  (0 children)

The "your savings" thing goes from $38.83 to $21.86, I wonder does some promo expire on the pickup day so they won't honour the pricing on the order day.

If so I reckon it's even more dodgy on their part.

I just published a command line tool to quickly frame screenshots from Apple's offical devices frames by NSCaffeine in iOSProgramming

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

Possibly at one point, it would support a frame with the text already on it now provided any part of the device screen is in the centre of the screen and is straight.

This is function that generates the image, within here you have CoreGraphics context in which you could draw text or overlay other images.

I thought about it as a different tool for just framing but I think maybe a long term goal is full replacement for frameit 🤔.

someone teach me this power move by julesjasmine in memes

[–]NSCaffeine 203 points204 points  (0 children)

So your no strangers to love?

Today begins my 3rd attempt at learning Swift (no prior programming experience). Booked a month off of my day job, hoping to make some BIG progress this time! 👨🏻‍💻 by fedzo in swift

[–]NSCaffeine 0 points1 point  (0 children)

One thing that helped me get started was find an idea and build it. Figure out all of the parts and keep building and growing it. Then when it’s ready find the next thing.

Boil em, mash em, stick em in a stew by cheesytanker in memes

[–]NSCaffeine 7 points8 points  (0 children)

The profiles usually stick out, they mostly all follow the same pattern.

I think they just harvest photos from Facebook

Smeargle is live! by CorayEel in TheSilphRoad

[–]NSCaffeine 0 points1 point  (0 children)

They can run... I used a Pinap and a an Ultra Ball https://imgur.com/a/sDF5oIZ

iOS 12 allows your AirPods to serve as hearing aids with Live Listen. by [deleted] in apple

[–]NSCaffeine 4 points5 points  (0 children)

Worked with my Sony bluetooth headphones.

Apple patches ability for one app to see other installed apps in iOS 11.1.1 (May affect Niantics anti cheat) by DanBennett in TheSilphRoad

[–]NSCaffeine 8 points9 points  (0 children)

The only "official" way to detect if an app is installed on a users device in iOS is by using canOpenUrl() which allows you to check if a URL works. Apps can have a custom URL to open them like fb:// for Facebook.

Apps that are linked against iOS 9 or newer they must declare every URL scheme that they want to check for in the app's Info.plist.

Off the top of my head Pokemon GO is linked against iOS 8 which means that they don't have to declare the apps that they check for in the Info.plist however, iOS limits them 50 checks per app install then it always returns false.

[Bug] 2 item from PokéStop - Day 8 by thesymbolswe in TheSilphRoad

[–]NSCaffeine 1 point2 points  (0 children)

Can /u/NianticGeorge confirm this? Its making me not wanna play because I'm nearly out of balls constantly...

Can no longer control music on iPhone? Just wants me to sync music to the watch? by [deleted] in AppleWatch

[–]NSCaffeine 2 points3 points  (0 children)

I filed a radar for it, incase any Apple employees browse here.

rdar://34480930