Alexey Kharchenko

Results 3 comments of Alexey Kharchenko

@mcelicalderon Thanks for the explanation! I did have a look at that spec, and tried it out myself on my setup too. Yes, there's a message that the email is...

Yep, that's this part in the doc, which adds the attributes to the path: ```ruby def resolve(id:, attributes:) post = Post.find(id) if post.update(attributes) { post: post, errors: [], } else...

I have the same issue on ubuntu. When I do: ``` ./shoes-3.1.0.run --noexec --keep ``` I get a dist subdirectory created with hacketyhack inside...