Taylor Nie

Results 23 issues of Taylor Nie

Currently there isn't a documented method to easily migrate one deployment to another (as far as I'm aware). I recently ran into a problem where I had to tear down...

As a new pydicom user trying to read the Patient->Study->Series hierarchy from a DICOMDIR file, my internet search let me to this tutorial https://pydicom.github.io/pydicom/stable/tutorials/filesets.html . From this and some other...

Documentation

## Please describe the problem. For hints on what information is helpful, see: https://clangd.llvm.org/troubleshooting.html It seems like vscode-clangd specifically cannot understand `NOLINT` directives for the check `unused-includes`, but works well...

bug

After creating more annotated images opened with "Open Image", the "Annotated Images" list doesn't update unless the site is refreshed.

**Describe the bug** In vim, `w` and `e` are word motions, but currently in caret mode (just c, not v), both `w` and `e` move the cursor one character forward....

OS: macOS Sonoma Version 14.5, M1 Buggy Clangd: Apple clangd version 15.0.0 (clang-1500.3.9.4) With this `.clang-format` ``` --- BasedOnStyle: LLVM --- ``` I have this MRE code snippet: ```cpp auto...

https://github.com/KomputeProject/kompute/issues/194 Added macros `KOMPUTE_VERSION_MAJOR`, `KOMPUTE_VERSION_MINOR`, `KOMPUTE_VERSION_PATCH`, and `KOMPUTE_VERSION_STRING`. Generated from the project version defined in CMake. Added a test to ensure the macros are defined.

https://github.com/KomputeProject/kompute/issues/384 - [ ] HTTP 404: https://kompute.cc/overview/advanced-examples.rst - [ ] HTTP 404: https://kompute.cc/overview/gdnative_shared/ - [ ] HTTP 404: https://kompute.cc/overview/custom_module/ - [ ] HTTP 404: https://kompute.cc/godot_examples/ - [ ] HTTP 404:...

I noticed a lot of broken links in the docs so I did a crawl ``` Starting crawler at https://kompute.cc/ . . . Summary: 10/217 links are broken. HTTP 404:...

I'm working on a vcpkg port of Kompute to add to the [official index](https://github.com/microsoft/vcpkg). Here's my working repo for testing the port: https://github.com/kwsp/VcpkgKompute (For the CMake function `vulkan_compile_shader` I'm depending...