Masahiro Wakame

Results 106 comments of Masahiro Wakame

`@storybook/router` uses [v6 already](https://github.com/storybookjs/storybook/blob/0dc5d9a2f6e905e215ed4696495f9f7a3be1001a/lib/router/package.json#L52). this dependency introduce `react-router` native `.d.ts` instead of `@types/react-router-dom`. this changes will occur tsc compile error. so, If we can update to v6. I'm very glad...

I got same error with `@apollo/link-context`. ``` error TS2322: Type 'import("/home/runner/work/xxx/yyy/node_modules/@apollo/link-context/node_modules/@apollo/client/link/core/ApolloLink").ApolloLink' is not assignable to type 'import("/home/runner/work/xxx/yyy/node_modules/@apollo/client/link/core/ApolloLink").ApolloLink'. ``` related #1158 `"@apollo/client": "^3.0.0-beta.23",` should be `"@apollo/client": "^3.0.0-rc.9",`

http://git.apache.org/ is downed... but `go get -u go.opencensus.io` is fine. I'm having trouble with the same problem but I don't know where the package came from...

Hi, I & My company have interesting in this topics. now, We are using DataDog library in our services. not OpenCensus. But I want to start using OpenCensus. My plan...

@bogdandrutu can we talk about this topic?

thanks. We don't use OpenCensus agent yet. I'll read that document and make conversation with my co-worker.

@odeke-em I have a question. OpenCensus agent is agent, not proxy. (is it right?) Our microservices will be mixed about use OpenCensus agent or not(-yet). I want to know that...