Haowei Hsu

Results 126 issues of Haowei Hsu

## Feature Request CMake is more popular and well-integrated with lots of IDEs. Therefore, I hope Hoard can: - Support using CMake to build the project. - Provide `HoardConfig.cmake` file...

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

build/install issue
windows

It is related to the comment of this issue: https://github.com/ms-iot/vscode-ros/issues/694#issuecomment-1087220473 Because ROS uses CMake to manage its C/C++ part and there exist the [vscode-ros](https://github.com/ms-iot/vscode-ros) plugin, I wondered that **"Is it...

Feature Request
question

For some reasons, we want to use the debug tools provided by other IDE tools. If there is a convenient way to open current workspace in them, that would be...

Feature Request
help wanted
Feature: other

### Descriptions I tried to compile the source code. However, it turns out that errors occurred in **BUILD** and **INSTALL** stages with `oatpp-test.dll`. Error in **BUILD** stage: ```cmd [142/179] Linking...

### Building Commands ```cmd git clone https://github.com/p-ranav/indicators cd indicators mkdir build && cd build vcvarsall x64 cmake -DINDICATORS_SAMPLES=ON -DINDICATORS_DEMO=ON -GNinja .. cmake --build . ``` ### Platform and Version -...

LINK: https://github.com/p-ranav/indicators/blob/master/samples/indeterminate_progress_bar.cpp ### Source Code (in case of updating) Click to expand the Source Code ```cpp #include #include #include #include int main() { indicators::IndeterminateProgressBar bar{ indicators::option::BarWidth{40}, indicators::option::Start{"["}, indicators::option::Fill{"·"}, indicators::option::Lead{""}, indicators::option::End{"]"},...

## Problem Description It is related to the issue: https://github.com/fmtlib/fmt/issues/2894 According to [vitaut](https://github.com/vitaut)'s comment: > {fmt} doesn't provide formatters for toml11 types. You should check which formatter is being used...

### Feature Request Provide a GUI program, for example `conan-gui`, for users to install/uninstall packages or do other operations. Just like CMake, we can use either [`cmake`](https://cmake.org/cmake/help/latest/manual/cmake.1.html) or [`cmake-gui`](https://cmake.org/cmake/help/latest/manual/cmake-gui.1.html) to...

type: question

As the original name of `fmt` is `fmtlib`, why not change the library name to `scn` as well?