Richard Willis

Results 80 comments of Richard Willis

It should be noted the current [advised approach](https://grpc.io/blog/grpc-js-1.0/) of using gRPC in Node.js is to use the [pure JavaScript module](https://www.npmjs.com/package/@grpc/grpc-js) which uses Node.js's built-in modules (http2) instead of a native...

As per https://github.com/denoland/deno/issues/10214#issuecomment-821723392 > I don't think we will be supporting them either if the web does not. Does this effectively mean we cannot port [grpc-js](https://github.com/grpc/grpc-node/tree/master/packages/grpc-js) to deno?

@NimaSoroush mind if i take this one?

any thoughts on this @jakejarvis ?

Imo this project needs to be archived due to lack of maintenance. There are many other S3 sync actions to use. I have created my own if anyone wants to...

I believe https://github.com/jakejarvis/s3-sync-action/pull/43 would fix all the content type issues.

@Andarist do you have documentation or guidance on a fix? i'm more than happy to attempt a fix, but i don't understand some of the code, especially this line: https://github.com/emotion-js/emotion/blob/dcc72d06ace804330fd285a76c8574f3a89001f9/packages/primitives-core/src/css.js#L47-L48...

Thanks @Andarist. I will send a PR. (I just need to figure out how to install the npm deps as the install is failing on my Apple M1 due to...

@Andarist ultimately it comes down to using newer versions of the Gatsby plugins which in turn depend on newer versions of the sharp image library which provide support for arm64....

I've looked into this some more. The fix is straightforward for react-native, but will break things for react-native-web, because RNW has not migrated `StyleSheet` to align with RN, and is...