Zhao.MA
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...
**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,...
**Description** When editing the specific tasks, there's a color syntax for different sections, parameters:  However, the main TUI only allows color syntax for the Task content area, not the...
**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...
I'm trying to compile IPC on Windows with MSVC.  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`...
#### 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...
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?...