tugtugtug

Results 8 issues of tugtugtug

**Describe the bug** Consumer runner calls https://github.com/tulios/kafkajs/blob/a733eaa2f215c8d763da4a595c50f65fcd050566/src/consumer/runner.js#L90 without an await, or a catch block. This seems to cause the exception thrown in https://github.com/tulios/kafkajs/blob/a733eaa2f215c8d763da4a595c50f65fcd050566/src/consumer/runner.js#L112 become uncaught. ``` 2022-06-10T18:38:26.771Z error: uncaughtException: The...

bug

The implementation of the multi script execution seems to check a local map https://github.com/redis/node-redis/blob/b97d18b61071b2d615c4606ee6b5930854b9e4e4/packages/client/lib/multi-command.ts#L16 for whether to use the EVAL or EVALSHA for script execution. However, multi is always re-initiated...

Bug

First of all, I apologize if this is not the right place to ask questions, as I'm not sure where is the best place to do so. After some digging,...

enhancement
component/qemu

**Problem:** -f option specifies the support of multiple files, thus the -o (target-dir) option makes sense. However, it is also desirable in certain use cases, where the user wants the...

help wanted
jira-issue
hacktoberfest-accepted

Ping seems to be failing with the SubscriberClient consistently with an error: "Could not convert multiple frames to RedisValue". The stack seems to show the response is parsed as resp3,...

**Describe the bug** The configuration passed into the patching APIs do not honor the middleware overrides. The generated code does not even look at the passed in configuration for the...

lifecycle/rotten

Redis commander often takes a long time to load large hashset, and can run out of memory and get killed when the hashset is large enough. I don't think this...

help-wanted

Hi Nugine, I'm planning to add a new charset support to simd-base32, and is stuck with the alsw decoder implementation. Given that the charset is: ``` const BASE32CROCKFORD_CHARSET: &[u8; 32]...