Zac Charles

Results 9 comments of Zac Charles

Hi, I'm not really sure what error code 137 is. It seems like an issue better raised on the [CoreRT](https://github.com/dotnet/corert) repo. Searching Google seems to indicate there may be a...

Hey @ifew Thanks for this! Do you think it might be better to create a new build script for the Docker build, maybe named `build-docker.sh`?

Hi, What I was hoping to see is that `build.sh` should not have anything from Docker. It should be for building without Docker because Docker isn't required. `build-docker.sh` should contain...

I think that sounds like a better solution. As for the in viewport calculation, I can tell you that it worked on my app, so at least there's some promise...

Happy for you to create a new PR @ilyaztsv :)

I have this same issue too. I've had a go at what @nblumhardt suggested and found that only adding `SourceContext` [here](https://github.com/nblumhardt/autofac-serilog-integration/blob/master/src/AutofacSerilogIntegration/ContextualLoggingModule.cs#L49) had any effect. It's really strange. [This line of...

`statsd.close();` should resolve this. Or, if you want: ````javascript statsd.increment('my_counter', null, null, null, function() { statsd.close(); }); ````

Hi @timotheecour, I mentioned CORS a couple of times in the [blog post](https://medium.com/@zaccharles/s3-uploads-proxies-vs-presigned-urls-vs-presigned-posts-9661e2b37932). You definitely need to [configure it](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html#how-do-i-enable-cors) otherwise I'd definitely expect you will get a CORS error like...