Ayush Singh

Results 9 issues of Ayush Singh

I check out the react boilerplate and it appears signout is done by just deleting the token on client side. What happens if someone steals the token? Or the user...

I'm not sure where the issue occurs so I have created [another issue in the ui-listview repo](https://github.com/ProgressNS/nativescript-ui-feedback/issues/1502) However, I see AudioSession in the crash logs in several places so I...

## Please, provide the details below: ### Tell us about the problem App Randomly crashes on iPad on ListView Tap ### Which platform(s) does your issue occur on? iOS (iPad)...

``` socket.on('private message',function(msg){ console.log('message :'+msg.split("#*@")[0]); models.messages.create({ "message":msg.split("#*@")[1], "sender" :msg.split("#*@")[2], "reciever":msg.split("#*@")[0], "date" : new Date()}); io.to(users[msg.split("#*@")[0]]).emit('private message', msg); }); ``` The above `msg` is coming from frontend and thus anyone can...

How do I store items like username and other similar things etc during a chat session? http requests are ststeless, and i couldn't figure out how to do this. I...

The app works fine when testing via TestFlight or distributing as adhoc but crashes when submitted to App Store for review on the first button click. The app communicates fine...

The handlebars page renders fine in browser, but when creating pdf using this lib, the page is cut in half horizontally. So, around 40% of the right side of the...