Andrew France
Andrew France
@mixonic I brought it up because unless I'm really confused (not unheard of) it means your initial suggestion (`foo.update_attribute :age_position, foo.age_position-1`) will only work if the object has just been...
Ah sorry, I oversimplified! I'm actually passing the data to Javascript code (Polymer's `iron-image` web component to be exact). It doesn't display and it also confuses the Chrome Development Console,...
Sorry for taking so long to get back to you. So I think Polymer's [`iron-image` component](https://github.com/PolymerElements/iron-image/blob/master/iron-image.html) breaks because it sets the image by doing `el.style.backgroundImage = "url('" + src +...
I just had this same error, it was transient after shutting down a VM and then trying to start it afterwards. Failed 3 times then worked about 2 minutes later.
Thanks for the link to the more stable builds, I will try that! We currently have an Alpine version check in the Dockerfile that causes the build to fail if...
I found a workaround (at least I assume it's not the recommended method) by using [annotated attribute binding](https://www.polymer-project.org/1.0/docs/devguide/data-binding.html#attribute-binding): ``` slim form action$="{{url}}" ```
Same here, I'm logged in but the `lpass` command is requesting the master password again.
I started on unpicking the class-method based design but the code seems to rely on class state quite a lot and coupled with my unfamiliarity of the code unfortunately I...
@ioquatix I'll respond privately as I don't think it's polite to promote a "rival" gem. :smile:
Heh ok, I'm using [JSchema](https://github.com/soylent/jschema). I haven't done any in-depth comparison but it works for me and already has an instance-based design.