Jonathan Piché

Results 31 comments of Jonathan Piché

the docker.login() response usually has a Status: Login Succeeded when it works, but when the user has a `~/.docker/config.json` then the reply will be a totally different payload, containing the...

I wasn't able to make it work OOTB either. It probably supports simple profiles, but it doesn't seem to support Assume Roles embedded into profiles. You gotta do the assume...

@leptitchriss I only use it once in a while in limited sessions, never had them expire. malade ton nickname :laughing:

@shortdudey123 the rs_nodes object that is passed to configure_replicaset is empty and the code reaches the line `Chef::Log.warn("Cannot configure replicaset '#{name}', no member nodes found")`. I have not traced/debug this,...

@shortdudey123 you know better than I if that would work, I guess that's a nice way to use the cookbook without modifications, for anyone else reading this thread. As far...

After a trip to python's doc on floating point limitations, I can see where this came from. It's a shame that the standard library doesn't support Decimal() in place of...

This particular problem likes to creep into my code in the most unusual places. Converting from Decimal to int/float is a thing, but it seems boto won't take my python...

@jonathanwcrane but in my case i'm not doing any calculations. Boto3 forces me to convert my floats to Decimal, which I do, and then it is unable to push it......