Dmitry Polushkin

Results 158 comments of Dmitry Polushkin
trafficstars

Where did you found apollo-client 4.0.0? Probably you mean vue-apollo 4.0.0? In case of that what apollo-client version do you have? It should be something around 3.2 or 3.3. In...

@happy-machine Try this one: ``` new ApolloLink((operation, forward) => { headers = { authorization: token } return forward(operation) }) ``` Then add it to the link: ``` link: ApolloLink.from([authLink]) ```

@Zony-Zhao You should change contents of the `createApolloClient` function.

Hope that somebody will look into that feature.

Is there are a clear spec, how it should be implemented? I can invest my time to implement this feature.

@rosendi what was an error?

@rosendi I suggest you to use debugger to find out where it is trying to be called. Check if `rich_text_area` is called from the https://github.com/rails/rails/blob/530f7805ed5790af1d472a041bc74089dc183f47/actiontext/app/helpers/action_text/tag_helper.rb#L21.

Means this initializer is not running? https://github.com/rails/rails/blob/530f7805ed5790af1d472a041bc74089dc183f47/actiontext/lib/action_text/engine.rb#L35

Scopes are a bit incorrectly displayed. In old design: ![aa-old-scopes](https://cloud.githubusercontent.com/assets/5091/7064169/55223bd4-dea4-11e4-86a4-bccdd88c2e8e.png) In a new design: ![aa-new-scopes](https://cloud.githubusercontent.com/assets/5091/7064168/55217d2a-dea4-11e4-95cb-b072a60975f6.png)

Everything else so far seems OK in one of the big projects that uses AA.