Semenets Bohdan

Results 20 comments of Semenets Bohdan
trafficstars

@davispuh yes, this branch works with my example but has many another issues. Example [5] pry(Order)> Chronic.parse("1/1/18") => Mon, 01 Jan 2018 12:00:00 PST -08:00 [6] pry(Order)> Chronic.parse("01/1/18") => Thu,...

it is possible to set default format %m%d%y ?

it is possible to fix reported issue in this master branch?

@squarism still not find solution. Can not catch proxy error anyway also try this but it anyway put error into console ` task = Task.async(fn -> HTTPoison.get(url, @headers, request_options) end)...

`mousedown { target: path.regions.selected, buttons: 1, clientX: 716, clientY: 297, layerX: 716, layerY: 297 } d3-geo-zoom.js:189:5 mousedown { target: path.regions.selected, buttons: 1, clientX: 716, clientY: 297, layerX: 716, layerY: 297...

looks like function got zoom event on double click and it did not have coordinates

It works only if use form.validate() and it return _others: [[Object { name="firstName", message="Can not be blank"}, Object { name="number", message="Can not be blank"}]] but if i use form.commit() it...

https://jsfiddle.net/bohdansemenets/zogkbnwe/

yes, it work now https://jsfiddle.net/bohdansemenets/j4frtfw9/ but if i have list for 3 elements and validateion was failed only for 2 item, can i add error message only to this field,...