bryanhuntesl
bryanhuntesl
This is also wrong, distillery understands .. > ``` > release_remote_ctl rpc "Mix.Tasks.MyTask.run()" > ```
@johnste - I've got an interesting behaviour - for some reason finicky is opening URL's in Google Chrome in incognito mode - could this be related? Here's my config, it's...
Locally built from master - it doesn't exhibit the same behaviour - https://docs.google.com is opened in a standard Chrome window. Problem occurred with homebrew version (v2.3-alpha (171)). brew cask reinstall...
Hmm. License is quite important. 1 year seems a long time to reach a decision.
Hmm. The rate limit is not a problem, imho. The lack of exposure of the rate limit headers in the response is a problem - i.e. ``` X-RateLimit-Limit: 5000 X-RateLimit-Remaining:...
Quick experiment, changing the process_response implementation - 116 of 198 tests fail) - looks like it does break the world 😂 ``` @spec process_response(HTTPoison.Response.t) :: response def process_response(%HTTPoison.Response{status_code: 200, body:...
@edgurgel - any suggestions to work around this feature? Tentacat 2.0? Fork it. Submit a massive p/r ?
Sounds good to me. I can't think of a better way to do it On Sun, 26 Nov 2017 7:26 PM Eduardo Gurgel, wrote: > @bryanhuntesl , well Tentacat is...
Nice. I'm thinking of a process with an ets table or a process per token. I'm working my way through the unit tests btw. Will create a branch and p/r...
@mgwidmann - see https://github.com/edgurgel/tentacat/pull/132 - I'll share whatever I build on top of that - most likely a coordinator per token