Warren Seine

Results 30 comments of Warren Seine

This repository is unmaintained and the project is incomplete, don't expect anything else than a toy C# project to reformat correctly. I can accept PRs though.

I'll let you fix the conflicts.

I'll let you fix conflicts.

Yes it is. `dotnet-format` is a very good alternative, but it's not integrated with Prettier.

I've actually [published](https://hub.docker.com/r/warrenseine/sns) a multiarch version based on @bcalmac's Dockerfile. Feel free to test it.

To be fair, I've migrated my Docker setup to [LocalStack](https://github.com/localstack/localstack) so I can have SQS and SNS (and potentially more AWS services) stubbed in a single multiarch container. But I'll...

Hi @jaredhanson, Thanks for making this strategy. It works fine even it seems to be abandoned. However, the npm package 0.0.1 seems to be even more outdated, as this is...

I checked out 8.3.0, 9.0.0, and HEAD from scratch, then timed `npm run build`. They're identical: ~1 minute on my macOS laptop. On our internal GitLab (Linux), the build takes...

Ok, I'm able to reproduce by integrating the SDK within a `create-react-app` project. Investigating.

It found the culprit. It was caused by a version bump of one of our dependencies. The good news is that it is already fixed (and even faster than 8.3.0)...