Diptimaya Patra

Results 9 comments of Diptimaya Patra

It looks like the Client Id is not filled in the url. Incase that helps, I have the url that is missing client_id value. @ssandison accounts.google.com/signin/v2/identifier?continue=https%3A%2F%2Faccounts.google.com%2Fo%2Foauth2%2Fv2%2Fauth%3Faccess_type%3Doffline%26scope%3Dhttps%253A%252F%252Fwww.googleapis.com%252Fauth%252Fplus.me%2520profile%2520email%26redirect_uri%3Dhttp%253A%252F%252F127.0.0.1%253A42813%252Fcallback%26response_type%3Dcode%26**client_id%3D**&flowName=GlifWebSignIn&flowEntry=AddSession

@sandddyyyy how to add jquery using react-app-rewired ?

@felixrieseberg could you update on these issues; the **latest release seems not working**

Thanks @js87zz , the following is the usability. 1. TUI Editor is made as the post editor in a chat conversation. 2. The ENTER key has the action to post...

> const { scrollTop, scrollHeight, clientHeight } = scrollbar.current.getValues(); > if (Math.round(scrollTop + clientHeight) >= scrollHeight) > console.log('i am at bottom'); This is more reliable than the `onScrollFrame`

Any Progress on this, the scrollbar drag lags with v7.1.1

I was able to successfully sign the MAS installer. Here are the steps I followed, with the following mas config. ``` "mas": { "identity": " ()" } ``` 1. Create...