Manuel Astudillo

Results 60 issues of Manuel Astudillo

In several pages of the documentation, AFAIT in streams and client id, the author uses the term "monotonically increasing", however this is incorrect. Monotonically increasing means that a function increases...

Hello!, I noticed that "refocus" is depending on "bull's" library. I wonder if you would accept that I put a "Salesforce" logo in https://github.com/optimalbits/bull with a link to your github...

It should be possible to associate tags to added jobs. An initial proposal of the interface: (https://github.com/OptimalBits/bull/pull/110) ```js var videoQueue = Queue('video transcoding', 6379, '127.0.0.1'); videoQueue.process(function(job, done){ videoQueue.getByTag('active', 'bar').then(function(jobs){ console.log("Active...

enhancement

**The problem/use-case that the feature addresses** Redis supports a handful of block commands, some of them are very important to implement some patterns efficiently without polling, such as for example...

I am using yarn workspaces, and in order to depend one package to another in my monorepo I am using yarn's workspace protocol (https://yarnpkg.com/features/workspaces#publishing-workspaces) However when trying to run multi-semantic-release...

Latest version as today shows the menu 90 degrees rotated: ![image](https://user-images.githubusercontent.com/95200/71529870-447fbd00-28e7-11ea-97a5-2aec87d7ff11.png)

Hi!, I have searched everywhere but I can't find the MiST core anymore. Has it been removed or is there a link somewhere? regards!.

I managed to produce an issue when testing Dragonfly, namely that it takes quite accurately 2 seconds to disconnect a Redis client that has issued a blocking command. ## How...

I have tried all possible ways but I am not able to get the handle_cast callback to be called. Not even using the Echo example. ```elixir def handle_cast({:send, {type, msg}...

We should have some mechanism to autoban ips that tries to makes attacks by some rules: - Accessing often to inexistent urls (trying to find backdoors). - Making DDOS attacks.

enhancement