Yue

Results 35 comments of Yue

I use `CMAKE_EXE_LINKER_FLAGS` (https://cmake.org/cmake/help/latest/variable/CMAKE_EXE_LINKER_FLAGS.html) to specify the additional flags, is it expected to work? ``` CMAKE_EXE_LINKER_FLAGS="-fuse-ld=/usr/local/bin/ld64.mold -Wl,-thread_count,1" ``` I found after adding this flag, it didn't avoid the crash, but...

I added `-Wl,-perf` flag and did some experiments, and here is what I found: 1) previously in my test, I build the entire project with many binaries (cmake targets, there...

@anacrolix thanks for the #118 I can now set up a two-node litefs env on macOS, and I did some minimum test and it works as expected. I create a...

I verified the fix on macOS 10.15.7 with hyperscan 5.3.0 and Xcode command line tools 12.0 installed.

> Change select pid from cte to select cte.pid from cte and it will work as expected Thanks for the prompt reply. Unfortunately this is not possible in some cases...

The exclusion doesn't work for me, when I use Maven assembly for creating a uber jar, the log4j.properties file is still there. I think including `log4j.properties` is not the best...

@pitrou could you please help to review the PR to see if there is still anything we desire to change? Thanks.

No problem @pitrou . Thanks for the review and the fixes.

I ran into this problem as well, and had to work around this using a trick: 1) if you would like to overwrite the boolean param to be true, assign...

I am interested in this proposal, and posted a [discussion thread here](https://github.com/vectordotdev/vector/discussions/10101) In my use case, I would like to integrate vector into my C++ project because: 1) the sink...