I just created new Framework and added Firebase via CocoaPods, when combine the library it success. But when I add that library to other project via CocoaPods
When I start my project using command expo start , Expo is starting the Metro bundler but not opening the developer tool. Also developer tool option is not avai
I have a 2 dim List where I need to create a new 2 dim List but only using certain elements form the original one: The original list looks like this: a = [['Vol
I'm trying to do a POST ajax request to a server hosted locally on my laptop but I can't seem to get any information back. When I click a button on my site (loc
I am using stripe implementation with Node JS by following this API. I am able to create connect and account but I can't add external bank account for the conne
I'm a newbie on C++, and now I'm debugging an C# application that call an C++ library, then I got an error from C++ lib, I'm confused and don't know how to reso
can anyone assist in getting the latest three files in a directory to attach to an email? I'm currently only able to attach the single latest email with the bel
We are developing an azure function which should run terraform cmdlets like init, plan and apply. when we run above commands in powershell, we are getting below
I'm using Ionic Framework, Angular and Typescript to scan for BLE devices. I'm doing a scan every 3 minutes and waiting for 1 minute before each scan. I'm usin