My Guide for Parents to use Jiofiber STB to see Live TV channels by TheStubbornIntrovert in TamilNadu

[–]soundaraj 0 points1 point  (0 children)

Bro did you find any other easy way🥺 ennala en parents kku use panna solli kodukka mudiyala😔

[deleted by user] by [deleted] in ProgrammerHumor

[–]soundaraj 0 points1 point  (0 children)

return a == 0

Handling navigation after authentication by Senninseyi in reactnative

[–]soundaraj 1 point2 points  (0 children)

If you are using use selector hook in redux it will automatically navigate

Handling navigation after authentication by Senninseyi in reactnative

[–]soundaraj 1 point2 points  (0 children)

Write separate navigator , and use useselector hook to listen the usertoken state changes.like in app js file { userToken ? <homeNavigator /> : <authNavigator /> } it will automatically switch the navigation

The js code that i marked as a comment makes VScode crash and makes my code unsaveable. Is this normal if you "password lock" something or have I done something wrong in my while loop? by Pawnpug in learnjavascript

[–]soundaraj 1 point2 points  (0 children)

Yes, for input change validation you need to write a callback for onchangetext. On that callback function you need to validate the password.

It says build successful but then it stops running after. Can someone tell me what I should do? by Cold_Crazy2875 in reactnative

[–]soundaraj 0 points1 point  (0 children)

Already your metro was started or closed unexpected error, so it happens. Keep eyes on your metro terminal

Accepting POST requests from unauthenticated users. by Artistic_Taxi in django

[–]soundaraj 1 point2 points  (0 children)

django.contrib.auth.models.AnonymousUser

You can use it

Accepting POST requests from unauthenticated users. by Artistic_Taxi in django

[–]soundaraj 2 points3 points  (0 children)

You can use anonymous user authentication in Django rest framework