Krishna (kc) Glick

Results 7 issues of Krishna (kc) Glick

### Which SDK version are you using? N/A ### What's the issue? The request package [is deprecated](https://github.com/request/request) and so is [request-promise](https://github.com/request/request-promise#deprecated). They list some [alternatives](https://github.com/request/request/issues/3143). It would be helpful to...

[Bluebird](https://github.com/petkaantonov/bluebird/#%EF%B8%8Fnote%EF%B8%8F) says to avoid using it over native Promises. Would it be possible to remove it from this repo? I tried locally and had some trouble running the repo tests,...

Closes #15603 ## What The Connection Create/Edit code is a dense and complex jungle. This is first portion of work to simplify it, and increase maintainability. #16293 and #16303 spun...

area/platform
team/frontend

I didn't want to redo all the footwork here: https://github.com/zekchan/react-ssr-error-boundary/pull/8 So that should be looked at and merged first.

Using div means this affects the dom. This could have unintended consequences. Replacing it with React.Fragment ( shorthand) removes that issue.

Currently the transform function puts the types directly into the modified file. How feasible would it be to emit them to a named `.d.ts` file next to the altered file?...

I'm using React.Strict and it's warning me about deprecation. I traced it to this lib. I'm not familiar enough with the legacy context to convert this app easily, but I...