Semenets Bohdan
Semenets Bohdan
[10] pry(#)> Chronic.parse("4/30") => Mon, 30 Apr 2018 12:00:00 PDT -07:00 [11] pry(#)> Chronic.parse("4/31") => nil [12] pry(#)> Chronic.parse("4/32") => Fri, 16 Apr 2032 00:00:00 PDT -07:00 In last example...
What does this error mean `{:error, %HTTPoison.Error{id: nil, reason: :checkout_timeout}}t`
How i can handle proxy error like `proxy error: "HTTP/1.1 503 Service Unavailable\r\nServer: squid/3.3.8\r\nMime-Version: 1.0\r\nDate: Mon, 05 Mar 2018 17:01:39 GMT\r\nContent-Type: text/html\r\nContent-Length: 3280\r\nX-Squid-Error: ERR_DNS_FAIL 0\r\nVary: Accept-Language\r\nContent-Langu` i have this code...
repo
Carafe deploy for remote host or from local copy? Looks like if i do not have last git version on local machine it deploy it but not remote repo
On double click in FF have error TypeError: Value being assigned to SVGPoint.x is not a finite floating-point value.
i use v 1.0.7 All association use custom batch. Also i have a big struct like ``` posts(first: 10) { user { id } comments(first: 10) { user { id...
How display actual value from response ajax. For example user enter text with space but after save server split space but on view it still display with space
Any idea why swag specs is too slow ./spec/requests/api/web/v1/device_spec.rb[1:3:1:3:1:1:1] | passed | 2.24 seconds | ./spec/requests/api/web/v1/device_spec.rb[1:3:1:3:2:1] | passed | 2.21 seconds | ./spec/requests/api/web/v1/device_spec.rb[1:3:1:4:1:1:1] | passed | 1.96 seconds | ./spec/requests/api/web/v1/device_spec.rb[1:4:1:1:1]...
Current version does not support select2 with version 4+ When I tried to use it with local tags it didn't work. First thing I found that need to use the...
How i can run validation by nested model schema? schema: { firstName: { type: 'Text', validators: [{ type: 'required', message: 'Can not be blank' }] }, phoneNumbers: { type: 'List',...