Fedor Telnov
Fedor Telnov
I don't know maybe I'm blind, or this project don't have a properly-made documentation at all. It more looks like a school project. For example, I don't know how to...
Hey! Checked what are you building, that's awesome, but I didn't see an answer to my question in the docs. Is it possible to provide database url *after* building the...
#### Problem There is no(at least documented) way of passing arguments to the build-bpf command that is called inside test-bpf command. #### Proposed Solution Provide documented way of passing arguments...
This PR solves [issue](https://issues.apache.org/jira/browse/AVRO-3781). What was done: 1) Now decimals could be resolved from strings and floats; 2) Add special algorithm for string parsing into appropriate bigint; 3) Floats parsing...
I propose two things in this PR: 1) Make tokio spawner completely stateful, so it could take a handle to custom runtime. This is needed, because we don't want the...
What has been done? Why? What problem is being solved? I found out that observe method works slow. Further investigations showed that `make_key` function sorts keys every run time. `make_key`...
### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature Provide different range formatting strategy(or mode): it would firstly extract the selected...