Flier Lu

Results 23 issues of Flier Lu

On MacOS, we typically use [homebrew](https://brew.sh/) to manage third-party dependencies. This PR will first check to see if homebrew has LLVM installed, and append those entries to `entry.toml`. ```toml [homebrew-llvm9]...

1. extract endlessServer to support TCP 2. improve logging with srv.EndlessListener.Addr()

I'm still working on the LZ4 compression supports, it not a finalized design, please help to review code and give your comments. Kafka use an [incomplete implementation](https://cwiki.apache.org/confluence/display/KAFKA/KIP-57+-+Interoperable+LZ4+Framing) of [LZ4 frame...

`kafka-rust` is using some system/non-rust dependencies, such as miniz(flate2), libsnappy (snappy-sys), and libopenssl (openssl-sys) etc, which cause the deployment was limited by those native libraries. ``` kafka v0.5.0 ├── byteorder...

1. new scheduler base on the TimeWheel algorithm for the massive timers scene 2. add one time job with `After(interval uint64) *Job` 3. add new time unit `func (j *Job)...

Problem: Invalid XML entities in document Solution: use XML entity or warp document in ``

- OS version: Win 10 - Editor: vscode - Editor version: 1.86.2 - Programming language: go - TabNine extension version: 3.72.0 - Engine version (could be located within Tabnine Hub):...

wontfix

As you know, `3.14` and `new Number(3.14)` are same in Javascript, but `typeof(3.14) == 'number'` and `typeof(new Number(3.14)) == 'object'`, the writeElement function in bson.js doesn't process the second situation,...

Thank you so much for having people who are still actively maintaining this project! I'd like to know if you all have any plan to offer high-level bindings? In fact...

add feature to enable enc2 encoder, and disable it by default because it is huge size