Manuel Astudillo

Results 60 issues of Manuel Astudillo

I am not sure if this is an issue or if it is supposed to look like this, but for me is really confusing. Some pages show a right code...

I apologize if this issue is known, or if it does not belong to this repo, but I could not find any answer anywhere, including ChatGPT. Consider this dummy component:...

See the following foundationdb question: http://community.foundationdb.com/questions/643/transaction-retry-loop-improvement

Take a look at some characters such as ñ in this pages: http://clubcomidamundi.com/#!/ http://clubcomidamundi.com/?_escaped_fragment_=

bug

This one was pretty weird but quite serious. If you issue a BZPOPMIN command, and there is a small disconnection while the command is blocking, then it will stay blocking...

bug

I wonder why the encoder is using a standard js array and calls to ```push```. Wouldn't be much faster to work using a Buffer? I understand the challenges of growing...

question

The code here is incorrect since it is listening to the source stream "end" event which may trigger much sooner than the target stream has actually completed the writing to...

Bun has reached 1.0 (https://bun.sh/), and is getting a lot of traction. Being much faster than Node, it is of interest to make BullMQ compatible with it and see if...

There are occasions when ignoring a job that is added due to having the same job id is not appropriate. Instead we would like to introduce a new option "replace"...

enhancement

**Is your feature request related to a problem? Please describe.** Sometimes it is useful to only remove jobs of a given name. Names are normally not super useful, but being...

enhancement