Akos Vandra-Meyer
Akos Vandra-Meyer
This happens when first snake is connecting.
$ npm version { 'Slither-Server': '0.0.5', npm: '3.5.2', ares: '1.10.1-DEV', http_parser: '2.5.0', icu: '55.1', modules: '46', node: '4.2.6', openssl: '1.0.2g-fips', uv: '1.8.0', v8: '4.5.103.35', zlib: '1.2.8' }
Please merge this @brutasse
I am also experiencing the issue. ``` Model.create(attributes.merge(position: 42)) ``` will not take into account the length of the list and will create gaps. ``` Model.each { |m| m.update(position: m.position...
@brendon, the frontend sends back the new order of things along with any new items (images) that were added. Processing that request results in the code shown above. It's quite...
Hi, I'm not bypassing any of the callbacks. I'm not using rails, but i'll share a piece of code to reproduce the issue: ``` class Image < ActiveRecord::Base (...) acts_as_list...
@Vrumfondel did you manage to figure out what was wrong?
I encountered this as well.
Seems to be same as #37. Not sure how to interpret the answer there, about "making sure the domain and IP supports https"... Doesn't make much sense to me.
@Riant ?