Jack

Results 10 issues of Jack

Looks like this project is no longer developed. I writed a new version in golang here: [https://github.com/huantt/kafka-dump](https://github.com/huantt/kafka-dump). Please take a look and share me something to keep this idea in...

Some variable should be private in struct because you may replace it by other ones.

`Cache *ttlcache.Cache` should be private in MemoryStore because you may replace it by other cache implentations.

- Your installation guidelines doen't work. Please try by yourselft then consider to merge my guidelines. - I added how to use multiple value files.

### Concise Description Show more metadata in listview item ### Description I would like to request that you display more metadata in the listview item for each article. Currently, the...

Type: Feature
Status: Blocked

```golang type testing.TB interface { ... } ``` is invalid syntax. ### Fix ```golang package testing type TB interface { ... } ```

You're using LPOP that leads to removing list elements in the old Redis. Consider using LRANGE instead

- Implemented concurrent workers - Updated go module to supports installing via `go install`

## Issue In some APIs such as `answerCallbackQuery`, `banchatmember`, telegram server return boolean instead of `Message` struct. It leads to Unmarshal error. ## Releated isssues - #639 - #705

I built code to `WebAssembly (wasm)` to run in the browser, but the performance is very bad. All attempts have failed due to timeouts. It looks like we have a...