S. Suzuki

Results 10 comments of S. Suzuki

> This repo is not forcing anyone to follow all the native alternatives presented. I agree to this ( and PR welcome 😃 )

I think we may remove all `# Browser Support`. And add append new section like a `# polyfill advice` that refer to babel or core-js. Because : * It is...

@fathyb I use this package with `[email protected]` and work fine

It's seems occure `@types/react`' s version, I try replace `"@types/react": "^16.4.6",`, this error is resolved.

and this may fixed when merge https://github.com/nachoaIvarez/flexbox-react/pull/46.

FYI: I can same thing with [get-stream](https://www.npmjs.com/package/get-stream) package ```js const stream = new PassThrough() await encodePNGToStream(img, stream) const buffer = await getStream.buffer(stream) ```

I got same issue. and I found workaround ```js import { mapPropsStreamWithConfig } from "recompose" import { from } from "rxjs" const rxjsConfig = { fromESObservable: from, toESObservable: (stream) =>...

Is this released? I got same issue on 1.10.2

Finding the page below allowed me to do what I wanted. https://trpc.io/docs/server/adapters/nextjs#route-handlers This page proved to be the most beneficial for trying out the migration from the Pages router. It...

I found a workaround (though it doesn't always work): ``` $ gh copilot suggest -t git "commit with summarized commit message: $(git diff --staged)" or executable $ ghcs -t git...