Lucas Nelson

Results 10 comments of Lucas Nelson

I've hit this too, coming out of `Timex.Timezone.convert/2`. Various different formats work until: 1. there's a leading `+` or `-`, and 2. there's a `0` prefixed on the hour, and...

Something seems to have been fixed. I can't reproduce my original error now: ``` iex(2)> Timex.Timezone.convert(Timex.now(), "-09:30") #DateTime iex(3)> Timex.Timezone.convert(Timex.now(), "+09:30") #DateTime ```

@atomkirk we've just hit this same error and can't work out the *why* of it. Did you end up discovering a reason and/or a solution?

I hope I am helping and not being a bother, but I _think_ I hit this bug in my work. If so, I have a simpler block that reproduces it:...

:+1: for this feature. We needed to target our "base" step in the multi-stage Dockerfile in order to get the `cache-from` actually working in a single-service build. Using the 'final'...

Thank you @melpon! That change got our test execution time back down to where it should be.

see #159 We've just hit this after upgrading to `4.4.1`. We have our devs setup with `http://localhost:port/....` for our services to talk to each other. They are elixir / phoenix...

It's probably important to note I am seeing this behaviour in MacOS 10.13.6

I think I've hit this same issue. In my case it's caused by having more than one project folder. This package works on the first folder in the list, but...

Add another to the pile of developers caught by this. Sunk four hours into trying to work out why my form was not submitting as expected to hit the server-side...