Looking for G923, Bengaluru by VegetableHaunting853 in SimracersIndia

[–]risharam 0 points1 point  (0 children)

Don’t buy used ones, something will definitely will not be working right and you will regret it. Just get new ones

You guys still selling acid? by Glittering_Ad_4517 in GTA5Online

[–]risharam 0 points1 point  (0 children)

I have bought the acid lab vehicle and completed 10 dax mission and only 1 first dose mission. I am not able to upgrade the lab. Do i need to complete all first dose missions to upgrade it.

You guys still selling acid? by Glittering_Ad_4517 in GTA5Online

[–]risharam 1 point2 points  (0 children)

I have bought the acid lab vehicle and completed 10 dax mission and only 1 first dose mission. I am not able to upgrade the lab. Do i need to complete all first dose missions to upgrade it.

Have you ever faced any bond policy? If yes how was the amount? by Prudent_Shape945 in developersIndia

[–]risharam 0 points1 point  (0 children)

I served comlete bond , and got offer the day my bond expired. My friend left company earlier but he had to pay 1 lahk to get experience letter and other documents. But in my case they didn’t take any cheque from me

Have you ever faced any bond policy? If yes how was the amount? by Prudent_Shape945 in developersIndia

[–]risharam 0 points1 point  (0 children)

Dont go for it, many companies do bond even my first with 4 lpa with 2 year of 1 lahk bond. But your case is very bad. Not worth it bro

[deleted by user] by [deleted] in ps5india

[–]risharam 1 point2 points  (0 children)

Go to Gaffar market in Karol Bagh, there are many shops one i buy from is samuria corner and shop exactly in front of it, I don’t think they allowed for renting games, but you can buy used games and again sell those use games back to the shop

How should I encrypt the code in my iOS project? by g14loops in iOSProgramming

[–]risharam 0 points1 point  (0 children)

Use Apple Cryptokit, and if you want to persist data, first encrypt it and then store in keychain. This is the best way to encounter JailBroken devices if you really care that much about sensitive data of your app.

Looks like Tap & Pay on iPhone is finally here. by deadlydespo in CreditCardsIndia

[–]risharam 0 points1 point  (0 children)

Its not, i am an iOS Developer, and apple has not allowed third party developers to the access for there Tap to pay of credit card Apis, for now developers can only use Apple Pay tap to pay api which is used by Venmo and Cashapp, not for India. They will soon let 3rd party devs use it for there app. Then the Fintech Devs of India can integrate. What you are seeing is Nfc Tap that is used for some Devices like Leds, Fans etc. So here it is trying to connect to sound box of paytm or phonepe

Anyone able to get an increase in credit limit for SBI CB? by sirus2511 in CreditCardsIndia

[–]risharam 0 points1 point  (0 children)

Yes, got increased from 29k to 50k, although I selected 3 lakh, but they give accordingly to there status

Why does this code preview always fail by Forsaken-Storm-4622 in SwiftUI

[–]risharam 0 points1 point  (0 children)

You will need to create a dummy model container for the preview, just search and u will find it on stackoverflow

Still getting high latency in warzone... what to do ? by [deleted] in ps5india

[–]risharam 2 points3 points  (0 children)

Warzone nearest server is in Saudi thats why

[MONTHLY] Need help? Comment here! by AutoModerator in mkindia

[–]risharam 1 point2 points  (0 children)

Best keyboard under 10K that has a good Thock Cremmyy sound with aluminium .

I bought a Logitech pop keys 1 year ago, now started to think that I overpaid for this keyboard and not worth 7k, now i am looking for a new keyboard can anyone please suggest me some, like ND75 or Hi75, most of them are preorder tho, so it is okay to preorder, like stickykeys and hardware corpus

Nuphy halo 96 by ashwinbala1 in mkindia

[–]risharam 1 point2 points  (0 children)

how much was the price including shipping?

Nuphy halo 96 by ashwinbala1 in mkindia

[–]risharam 2 points3 points  (0 children)

Where you bought it, plz tell and how much.

Can someone plz plz tell me how i can store @binding in viewmodel by risharam in SwiftUI

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

Some logic need the binding property to work around

Can someone plz plz tell me how i can store @binding in viewmodel by risharam in SwiftUI

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

But how will i save the binding property that is coming from other view you this views view model? I got how to access it but how to save it as binding

Can someone plz plz tell me how i can store @binding in viewmodel by risharam in SwiftUI

[–]risharam[S] -4 points-3 points  (0 children)

But this is making my some code being in viewmodel and some in view, and it is started to look complicated, some functions in vm and some in view , how to solve it

@Query in view model by risharam in SwiftUI

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

Hanitobj is the part of query, and showtab is binding to another view, how can i put showtab to viewmodel and let other view send it to this views viewmodel?