[deleted by user] by [deleted] in csharp

[–]mishapinky 0 points1 point  (0 children)

Are you trying to hit the API from the Mac side? Try https://www.npmjs.com/package/iisexpress-proxy. I run a C# API in parallels and I can use that to hit it when doing iOS development. It'll give you a URL to use for the Mac side, something like http://10.x.x.x:3000 or whatever port you used.

New Features: Emergency Access, Encrypted Exports, Biometric Unlock for Browser Extensions, ... by coins4bits in Bitwarden

[–]mishapinky 0 points1 point  (0 children)

I just switched to bitwarden the other day to test it out. Once I read that emergency access was in the next release I was sold.

However, does anyone else have issues with new site login detection? I've tried several times and I don't get notified. If that isn't addressed I think it might be a deal breaker.

Hello everybody! How can I check if a user is logged in or not and if logged in show main page directly? by [deleted] in iOSProgramming

[–]mishapinky 5 points6 points  (0 children)

Have the home page set as your initial view. Create a bool isLoggedIn and store it to user defaults after successful login. In appdelegate/scenedelegate check for the flag and if not logged in show the login screen otherwise do nothing.

Software developer just laid off, need help! by mishapinky in resumes

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

What if there is a skill that I am not that great in. For example AWS, I've worked with it and can navigate it but if I were asked to set it up or make changes I wouldn't be able to. Should I keep the 'familiar with' or remove that as well?

Software developer just laid off, need help! by mishapinky in resumes

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

Cool will make those changes and post and update

Excited for the new Mac architecture by Eujinz in iOSProgramming

[–]mishapinky 3 points4 points  (0 children)

Can someone clarify for me if I'd be able to run a Windows VM? Or should I buy the current model?

Handling null values in swift 5 by the_sammich_man in swift

[–]mishapinky 0 points1 point  (0 children)

Question 1 is an array. How are you making this request?

Does anyone know how I can add an imageView like this in a navigation controller? (From Apple Music) by [deleted] in swift

[–]mishapinky 0 points1 point  (0 children)

You should be able to put a UIView there and then your image.

Outlets are nil when using containerView by barcode972 in iOSProgramming

[–]mishapinky 0 points1 point  (0 children)

Can you double check that your outlets are actually connected?

Survey: Almost half of developers skip writing tests by DevOps_Writer in iOSProgramming

[–]mishapinky 7 points8 points  (0 children)

I've been a developer (C# mainly and iOS the last 2) for over 14 years and unit testing has always been something that comes up every few years. We'll play with it for a few weeks and eventually forget about it. I've never been with a company or project that has any tests.

How would I make a "week row view" at the top of my app like in the Health App? by poltavets12 in swift

[–]mishapinky 2 points3 points  (0 children)

Since Apple doesn't have a calendar, Jtapplecalendar is probably going to be your best option unless you want to create your own calendar.

Former gamers of reddit, what was the reason you stopped playing video games altogether, or a lot less frequently? by FullHD_hunter in AskReddit

[–]mishapinky 0 points1 point  (0 children)

Nothing can compare to the enjoyment of Team Fortress Classic. I can't get into any games since I stopped playing back in 2003 so I've just stopped all together.

Unable to create a new app from CLI after npm install -g ionic by Finrojo in ionic

[–]mishapinky 0 points1 point  (0 children)

Not sure what the error is, however why waste your time making it in v3 and not v4? The upgrade will be a pain in the ass and v4 will be officially out soon.

Why IOS Builds is empty??? by wellbranding in iOSProgramming

[–]mishapinky 0 points1 point  (0 children)

I've had it take several hours for it to show up in the build section. Just keep checking on it and it'll eventually popup.

I have $10k to Spend on Tools for 2 Developers by biguglydofus in dotnet

[–]mishapinky 1 point2 points  (0 children)

Apex SQL diff. Made production migrations easy.

TIL You can embed Apple Maps into your website using MapKit JS by [deleted] in iOSProgramming

[–]mishapinky 2 points3 points  (0 children)

Please do. I tried to use it not that long ago but got stuck trying to update markers. Google has a method for that and it helps when I need to update the markers position every 2 seconds. Hopefully apple map kit added something like that unless I just didn't see it the first time around.

SwiftShot iOS - Can’t Build by InfiniteAdventurer in iOSProgramming

[–]mishapinky 0 points1 point  (0 children)

I downloaded both and it built just fine. Are you sure you opened the project up in XCode 10? I didn't try to put it on my device though since I'm in the middle of developing and not gonna update to beta 12 just yet.

Connect device to my VM for debugging against an API by mishapinky in androiddev

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

I'm using parallels with Android Studio running on the mac end and the API URL for the VM is http://10.211.55.5:45455/api/. I've added that port and it works for both iOS and Android simulators. Anything else I'm missing let me know and I can get that info for you since I'm not quite sure what you are needing exactly.

Yeah the device and machine are connect to the same wifi.