Zhao.MA

Results 76 issues of Zhao.MA

I understand the challenge has just started and the developer team has a lot of things to do, but as someone who just came to this competition, the current intro...

**Description** Is there a way of setting a task to `wait` status after it is created? I briefly compare this project with the VIT project, and their keybindings: https://github.com/vit-project/vit/blob/2.x/vit/keybinding/vi.ini In...

enhancement

**Description** This is more of a discussion rather than a feature request. I notice that there's a `Calendar` tab next to the `Task` tab, which is great. And the framework,...

enhancement

**Description** When editing the specific tasks, there's a color syntax for different sections, parameters: ![image](https://user-images.githubusercontent.com/1921878/116752890-87373500-aa06-11eb-855f-8dafe071a2c8.png) However, the main TUI only allows color syntax for the Task content area, not the...

enhancement

**Description** A cleaner issue tracker of the discussion here: https://github.com/kdheepak/taskwarrior-tui/issues/198 1. For an ideal auto-completion processs, a more user-friendly interface similar to: - pressing Tab at empty space will provide...

enhancement

I'm trying to compile IPC on Windows with MSVC. ![image](https://user-images.githubusercontent.com/1921878/143783968-35efd585-3df4-4f7d-a4d8-1eb8c9b8ec44.png) The issue is mainly caused by the static template function `IglUtils::makePD`, `IglUtils::flipDet_SVD` and `IglUtils::computeCofactorMtr`, where the compiler cannot deduce template...

Hi, I just got to know this paper the found it is amazingly open-sourced! By briefly reading the doc, it seems (correct me if I'm wrong) the current code is...

#### Describe the bug ``` MatrixXf V; MatrixXi F; MatrixXf N; igl::per_vertex_normal(V, F, N); ``` will get error of "mixed different types". Checking the source code at: https://github.com/libigl/libigl/blob/dda197248e855c13bfac3d6e26b80be75e030ea1/include/igl/per_vertex_normals.cpp#L138 Only `double`...

bug
pending verification

#### Describe your question https://stackoverflow.com/questions/45013977/random-shuffle-is-not-a-member-of-std-error I encounter the exact error when compiling the `blue_noise.cpp` file. based on **https://en.cppreference.com/w/cpp/algorithm/random_shuffle** The `std::random_shuffle` is removed in `c++17` and is replaced by `std::shuffle`. Perhaps...

compilation

Since TaskWarrior is a linux only software, and can only be run in Windows on WSL/cygwin, would it be possible to add support to call those functions in native Windows?...