Deepak Bhardwaj

Results 10 comments of Deepak Bhardwaj

I am facing same issue as last row is duplicated in JSON downloaded from URL - [https://nseindia.com/live_market/dynaContent/live_watch/stock_watch/foSecStockWatch.json](url) This issue is not present in old version:- [https://gist.github.com/paulgambill/cacd19da95a1421d3164](url)

> is there any way to update form when model update? @TheSharpieOne Did u find a solution for this.

Hey! Any breakthrough on the subject.

Hey! In my code there are multiple use of the same and most of them are crashing. This is stable if i convert editmessage to sendMessage. A sample!! _Anything wrong...

> i check the code and i found that the error not in `react-native-tab-view` but in `react-native-pager-view` in ios you can try to edit [ReactNativePageView.m](https://github.com/callstack/react-native-pager-view/blob/master/ios/ReactNativePageView.m) > > ` if (isForward...

> > > > > > > I tried: > > > > > > > > 1. zipping the files before committing to git, and using amplify build settings...

Hey! As error stated, Node12 support has been dropped for lambda. You have to change the run time to 16.x or 18.x or 20.x whatever you think is ok. Change...

I am also facing the same even with previous version too. Even suggestion for local files taking too much time. Just remove the telegraf and see how fast is this....

Try this, Working for me. ``` js const instance = new MySQLEvents( { host: dbConfigs.host, port: dbConfigs.port, user: dbConfigs.username, password: dbConfigs.password, }, { startAtEnd: true, excludedSchemas: { mysql: true, },...