deepakaggarwal7

Results 10 issues of deepakaggarwal7

Table Values functions json_tree and json_each aren't supported (for Android). It works for iOS. ## Expected Behavior Using json_each and json_tree are standard SQLite JSON1 Extensions. Without these function, json...

## Expected Behavior Be able to open a pre-populated database and run tests to ensure that it has expected schema and data. (I am not talking about mocks - That's...

``` { setTlX(g.moveX); setTlY(g.moveY); }} /> ``` The drag stops working on using set* functions of usestate. If I comment the setTLx and SetTLy, drag starts working again. What's the...

Build failing with the following error: A problem occurred configuring project ':amazon-cognito-identity-js'. > The SDK Build Tools revision (23.0.1) is too low for project ':amazon-cognito-identity-js'. Minimum required is 25.0.0

![IMAGE](https://raw.githubusercontent.com/deepakaggarwal7/react-social-login/master/react-social-login-logo.png)

Several providers like Linked, Instagram (usually after getting acquired :D) have stopped their JS SDK support. The only way to interact with them is through having a handshake via server...

help wanted
opinion needed

Please share your ideas (not bugs) in this thread which you feel would make it a much more useful library.

Consider the following code: ```js const dbPool = mysql2.createPool({ host: process.env.MYSQL_HOST, user: process.env.MYSQL_USER, password: process.env.MYSQL_PASSWORD, }); await dbPool.query("create database test3"); await dbPool.query("use test3"); console.log((await dbPool.getConnection()).config.database); await dbPool.query("create table student(id int,...

TS file method with datatype in function doesn't work. myFunction inside somefile.ts, which is rewired **Doesn't work** ``` function myFunction(a: number, b: number) { return a + b; } ```...