Taylor Nie

Results 29 comments of Taylor Nie

@scaramallion I see. I've been trying `find` as shown in the examples but it somehow doesn't satisfy my needs yet. I play around a bit more and see what's the...

@mrbean-bremen I recall search not working in a lot of documentation sites built by sphinx. I'm debugging this issue

@mrbean-bremen Found the issue. https://github.com/pydicom/pydicom/issues/1965

Ah. while I was filing the bug report I couldn't reproduce this invoking `clang-tidy` directly, and I didn't know how to invoke clangd directly without using the LSP protocol, so...

I guess this should either be addressed in clangd or mentioned in the documentation right? Would it be suitable to add a small section here https://clang.llvm.org/extra/clang-tidy/#suppressing-undesired-diagnostics for clangd users?

> But you can use IWYU pragmas: https://clangd.llvm.org/design/include-cleaner#iwyu-pragmas I'm happy to report that IWYU pragmas solved my problem. I'll just wrap my library export header with ```cpp // IWYU pragma:...

@addisonElliott I agree it * should only be used on `raw`. I don't think its suitable for compressed files as you need to read all into memory to decompress and...

@axsaucedo could you please review the PR?

I was curious so I did a grep for the current version and found it's defined in a few places ``` ~/code/cpp/kompute rg 0.9.0 CMakeLists.txt 4:project(kompute VERSION 0.9.0 LANGUAGES CXX)...