Joe

Results 28 comments of Joe

Thanks @garazdawi for the MD5 sums and the hint about where the changes should be made. I'll look into a PR.

I came across this need too when implementing a call to make this request: https://docs.microsoft.com/en-us/rest/api/storageservices/create-container It's an HTTP PUT with no body specified, so (I assume) a `Content-Type` header is...

@paulo-ferraz-oliveira thanks. Suppressing `content-type` as you describe sounds sensible and would work for my particular use case.

> I'm really excited about this! Thanks I am too! I think it's going to help us a lot to accept changes going forward. > I'm wondering if this might...

> For our app, we've been using this to start mongodb: Scott FYI I tried this and it did get further but since the supercharge action only creates a single...

@scottmessinger would you mind reviewing this please. There are a number of outstanding issues I suggest we tackle in separately: 1. SSL tests are not exercised during CI (this has...

> A simple first step could be to decide the upper and lower bounds of both Elixir and OTP versions you want to test against Yes agreed. Again my preference...

> This is fair. I believe there was one in the past but it may be gone now. I think the number of people developing on windows is fairly low...

@zookzook has provided support for this in his alternate MongoDB driver at https://github.com/zookzook/elixir-mongodb-driver . When we come to looking at this I suggest looking there for hints.

Thanks Scott. I realised we probably need to decide which versions of Mongo and OTP will be officially supported going forward. I suggest: * Mongo v4 latest and newer (although...