Artem Yakimenko

Results 74 comments of Artem Yakimenko

I think we can just reformat this as a positional parameter across the board. Game plan for 2.0: - [ ] Add `async:` named parameter to all `.create` and `.destroy`...

@icco So AFAIK the resources in `.all` method used to be looked up by self-link attribute, making it necessary to match `my_instance` to `https://www.googleapis.com/compute/v1/projects/my-project/zones/australia-southeast1-c/instances/my_instance`. Otherwise I don't see much need...

I think this may be a good time to think about some unit tests testing the most basic behavior of a model. I.e. should respond to: .save .destroy We can...

Note to self: ``` common_ancestors = [Fog::Collection, Fog::Association, Fog::PagedCollection] descendants = ObjectSpace.each_object(Fog::Collection.singleton_class).to_a collections = descendants - common_ancestors ``` ``` common_ancestors = [Fog::Model] descendants = ObjectSpace.each_object(Fog::Model.singleton_class).to_a models = descendants - common_ancestors...

Made some good progress on this in #400. SQL and DNS are the only collections left that have >1 required argument `get` methods.

@div-co @harinigunabalan is there a chance you folks can provide a PR for this or collaborate? Happy to review and help. I'm asking since both myself and @icco are pretty...

Thanks @cwjenkins - merged and released 🙌 Do we need to wait for paperclip fork to change as well or is this enough to work around things? 🤔

GET http://lab.possan.se:1234/d318706lgtcm8e.cloudfront.net/mp3-preview/a91dfd60b674cb149c2cf12d423c3c97b44da0cc net::ERR_CONNECTION_REFUSED Port 1234 is closed, so the problem is probably in that .

This is a result of my chat with @plribeiro3000 earlier. Didn't have much time to look into it deeply to actually fix, but I feel this needs to at least...

Reopening and pinning to deactivate stalebot as this looks like something @plribeiro3000 is working on. If not - no worries, just close out.