Ramnivas Laddad

Results 9 comments of Ramnivas Laddad

Could we take this a bit further and re-evaluate if this plugin is needed at all (as discussed in the link the the previous comment)? If the integrated experience is...

Given that module splitting support has landed in 1.3, I don't think we need the `libraryOnly` mode. So I think "pull npm dependencies only" might be the right role for...

I am also getting the same `exports is not defined` error with `jsEnv in Test := new org.scalajs.jsenv.selenium.SeleniumJSEnv(org.scalajs.jsenv.selenium.Chrome())`.

`static contextType` will be awesome! Currently, we have several wrapper components whose sole purpose is to grab a context value and pass it as a prop to the underlying component...

By default React performs shallow compare of the props (and for `Option` props, shallow comparison result in not-equal). So try passing the second argument to it (something like `(oldProps: Props,...

Another approach: https://blog.ramnivas.com/technology/2020/02/05/literal-types-to-simplify-code.html.

> Also, and this is just me nit-picking, why are apollo-scalajs graphql requests all getting sent as a POST? For basic queries, I always send them as a GET (just...

During development, dangling extra code is perfectly acceptable. Could the count of removal be tracked? If so, the flag could be in the form of a threshold for full linking;...

(Moving my comment from [the original issue](https://github.com/graphql/graphiql/issues/1984)) I see that `Persist headers` in UI also goes back to `Off` upon refresh. In other words, the `Persist headers` setting isn't persisted...