WenTao Ou
WenTao Ou
可否提供一下示例的配置?
感谢提供数据,经初步排查是POI把一处Drawing数据命名判定有问题。临时的解决方法是使用 `--disable-excel-formular` 选项关闭POI的索引引擎,而改用xresloader内置的索引器。 等后面更新了POI再观察看看
默认已经改为使用内置索引器
> Quick question about 4. Do you mean C level symbols or file paths or something else? I mean file path, the `OUTPUT_NAME` of cmake target property only affect file...
@haberman I want to use upb and lua binding in my project. With installation of cmake CONFIG files, we can just link the exported target, let cmake to include the...
> September 12th, 2022 SIG meeting: > > * Use the latest gRPC version in the mainstream CI tests. ( which uses C++14 as default compile mode) > > *...
> I think that the only way to make Windows dll work is to have the ```GetXxxx()``` singleton accessor member functions in their own library. At least in my windows...
> See `file api/include/opentelemetry/common/macros.h` for the technical solution > > Status as of Sept 7: > - fix for gcc and clang works for linux and macos. > - the...
> > See `file api/include/opentelemetry/common/macros.h` for the technical solution > > Status as of Sept 7: > > > > * fix for gcc and clang works for linux and...
> @owent > > > Sorry, but I found `__declspec(selectany)` doesn't work when linking the `.lib` of a shared library on Windows, and I didn't find a way to let...