Rajat

Results 425 comments of Rajat

Asked in https://expensify.slack.com/archives/C01GTK53T8Q/p1667833896505429. Please chime in.

@tienifr Is it possible to use regExp or something to get rid of `url` package from your solution? The discussion is leading towards this.

const reURLInformation = new RegExp([ '^(https?:)//', // protocol '(([^:/?#]*)(?::([0-9]+))?)', // host (hostname and port) '(/{0,1}[^?#]*)', // pathname '(\\?[^#]*|)', // search '(#.*|)$', // hash ].join('')); I am not sure how good...

Looked at the issue. Tried a few things to see if those fix it but no luck. I will try more tomorrow.

I would be happy to do that but I have been preoccupied with other stuff. I will try to debug this over the weekend and let you know by Monday.

I tried many different approaches to solve the problem. But none of them worked. Basically, the selection length is already 0 so there is no reset. I tried to solve...

Thanks for the proposal. But as I said here https://github.com/Expensify/App/issues/8592#issuecomment-1116074045. The ultimate goal should be to fix the issue without disabling autoCorrect.

@mananjadhav Could you please update the RCA doc to add yourself as the leading person? You are C+ here.

We never give consider `setTimeout` hacks as solutions. But this can be used as last resort. What is the effect of this change on all platforms? What will be your...