tvon

Results 6 issues of tvon

Does the C++ version support appending to files? I haven't found any examples of appending in the test and sample code; it seems like the file is deleted and recreated...

``` void print_data_result(DataResult* result) { printf("result->column_num:%d\n",result->column_num); std::cout

[CPP] 1. Is the CPP version stable? 1. Where can I find the correspondence between the tsfile version and the CPP API version?

Hi I'm encountering an error when trying to run tests using the `tap` test framework within a Luvit application that's initialized using `return require('luvit')(...)`. Here's a simplified example of my...

Hello, I'm encountering a segmentation fault while trying to compile Luvi on an **RK3568 (ARM64, A55 core)** based system. The compilation process fails specifically when it attempts to build `/home/ubuntu/luvi/deps/lpeg/re.lua`...

Hi Luvi I'm building a custom C dynamic library that I want to integrate with Luvi. My library uses libuv for asynchronous operations, and I want to ensure that it...