Jose Galisteo
Jose Galisteo
you can use bwm-ng or bmon for that.
Hi, what do you think about this approach? ``` def get_product_trades(self, product_id, **kwargs): return self._send_paginated_message('/products/{}/trades' .format(product_id), params=kwargs) ``` It is the same approach that other paginated endpoints on `authenticated_client.py` https://github.com/danpaquin/coinbasepro-python/pull/427
Hi, I think that this feature is handy, not only for easing paperclip migrations. In my company, we need to store files under a specific key to expose them on...
Hi @frantisekrokusekpa, sorry for the delay. Looks like there is a syntax error on `attached/many_test.rb`, a missing `end`. I don't have enough experience with the storage providers and I don't...
> it's internal to S3 Not only for S3, the same for the other providers. > Actually it will not hit download and upload if you are sure, then it's...
Hi @frantisekrokusekpa, I was taking another look at the code; because the tests were failing, I opened another [PR](https://github.com/frantisekrokusekpa/rails/pull/2) to your branch (you can merge or copy and paste if...
Hi, I would remove the ivars and store the values directly on `@http`. @kou, I like your suggestion, except for `client.timeout = [40, 50]`, we can define them with their...
> Also, I might be wrong here, but I assume the read timeout check starts after the open operation. So when I set client.timeout = 30, I'm actually setting both...
> Is this still going to be added? I see @ceritium worked on it but there hasn't been any updates on that PR in the last 6 months. Hi @MohamedBeydoun,...