Sirui Li

Results 12 issues of Sirui Li

Apollo client changed the way `graphql-tag` is exported, it causes runtime error after babel transform: ![image](https://user-images.githubusercontent.com/648142/119474016-a4300100-bd43-11eb-8965-123a5682c3f5.png) My versions: ``` "@apollo/client": "3.3.19", "@babel/core": "7.14.3", "babel-plugin-graphql-tag": "3.3.0", "graphql-tag": "2.12.3", ``` Babel config:...

I'm using both `babel-plugin-graphql-tag` and `apollo-link-logger` but found that it will compile into broken code. The transformer will remove the following `require` statement inside `apollo-link-logger` incorrectly. ```js var _client =...

enhancement

add WechatError to typings

## Bug Report **Current Behavior** Babel shows error "Identifier 'xxx' has already been declared" when variable and type uses the same name. **Input Code** - REPL link: https://babeljs.io/en/repl#?babili=false&browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=JYWwDg9gTgLgBAJQKYEMDGMA0cDecDCEAdjEgB7wC-cAZlBCHAORSoZMDcAUF2sQM7xCJcjABcBYqQoAeHJQB8cALyI2MAHRpWKUsOkwAFPICU3LuUixckkRTiVuQA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&timeTravel=false&sourceType=module&lineWrap=true&presets=es2015%2Creact%2Cstage-2%2Ctypescript&prettier=false&targets=&version=7.4.5&externalPlugins=%40babel%2Fplugin-transform-typescript%407.4.5 ```js import...

i: bug
i: needs triage

I'm seeing this error whenever I use `apollo-fetch` in react native. ![simulator screen shot - iphone 6 - 2017-10-18 at 20 09 44](https://user-images.githubusercontent.com/648142/31717892-64914798-b3d3-11e7-97a6-1903cc38ae9f.png) This is likely caused by https://github.com/matthew-andrews/isomorphic-fetch/issues/125. Would...

The `likelySubtags` shipped with this library is too limited and we want to add a more complete list of likely subtags from CLDR. But there's no way to do that...

fluent-langneg

Add this animation to match the default iOS splash screen behaviour.

This PR adds support for momentum scrolling by taking into account the velocity when drag is released into the spring animation.

### Summary I'm trying to setup build in a monorepo according to [Netlify's guide](https://docs.netlify.com/configure-builds/monorepos/#recommended-monorepo-setup). But it doesn't work with this plugin because of an internal error. ### A link to...

type: bug
v4

## Description The edge image config copy command did not take into consideration of the package path. This PR fixes that. ### Documentation ## Tests I have tested this in...