Jose Galisteo

Results 13 issues of Jose Galisteo

The parameters had no effect since they were never passed to self._send_paginated_message() Fixes https://github.com/danpaquin/coinbasepro-python/issues/414 It is an alternative approach to https://github.com/danpaquin/coinbasepro-python/pull/422

**Describe the bug** `yarn build:google` raises an error ```bash ... Finished processing alef Downloading alegreya-sans-sc /Users/josegalisteo/code/fontsource/node_modules/p-cancelable/index.js:48 throw new Error('The `onCancel` handler was attached after the promise settled.'); ^ Error: The...

bug

Hi, based on this issue https://github.com/keypup-io/cloudtasker/issues/20, I implemented a pretty basic cloud scheduler backend for period jobs. I am testing it on a personal project. I trigger the "synchronize!" method...

The current implementation uses the argument `timeout` to define both open and read timeout; therefore, for a timeout of 30 seconds, the query will have a total timeout of 60...

Hi, is there any reason why we can't define open_timeout and read_timeout independently? I would be happy to implement it; I think the following code would be enough: ```ruby def...

I found this code when I was investigating how to define or implement more advanced timeout options (open, read, and write timeouts). I am trying to understand what this is...