Felix Mosheev

Results 53 issues of Felix Mosheev

`cmsgpack` is a global lua object which allows to pack & unpack messagepacks. It is a standard object that redis adds, therefore, in my opinion it is better to add...

enhancement
good first issue
lua

There are several issues related to board config, such as: 1. Ability to configure reload time, #332 2. Ability to configure jobs per page, #440 I think that we should...

enhancement

There are several requests for a single place that will summarize queues status, number of fails, etc... Lets make a list of requirements from this page. Requirements: 1. Numbers of...

enhancement

Closes #425, #266

enhancement

We can use ioredis_mock & msw for mimic redis + server responses.

enhancement

BullMQ added a Flow method with `waiting-children` status. It can be cool to add support for this, and maybe add links to the parent job

enhancement

First of all thank you for this awesome lib! 🙏🏼 Currently, the css is bundled with js, and injected at runtime with some magic `injectStyles` function. In my project I...

As specified by [fastify docs](https://www.fastify.io/docs/latest/Routes/#url-building), it is allows to use multiple params. The `while` code was not supported it.

Hi, I've investigated how virtuallization of Instagram works and saw that they are not using `position: absolute` at the children & not updating children positioning / styles at all, instead...

**Is your feature request related to a problem? Please describe.** In [i18next lib](http://i18next.com/) there is a concept of **namespaces**, this is kind a "group" of translations by domain for the...

enhancement
feature