Nicolas Arnaud-Cormos

Results 7 issues of Nicolas Arnaud-Cormos

We need to display some informations to the user when starting a task. The idea we have right now would be to add a new field "NotificationMessage" for the tasks,...

I would like an easy way to add an event from the main window. For now, I need to "Show the Event Editor Window" and then I can add the...

Feature Request

I would love to have global shortcuts for charm to: - open Time Tracker Window (and maybe a shortcut by window, ie 3) - stop - start a task (while...

Windows

In my team, we are using code-workspace file to share settings for a VS Code project. This file is in git. You can still have some user specific settings in...

When trying to toggle a fence code, if there's no langage set it does not work: `````` ```js work ``` ``` does not work ``` ``````

Take a vector of QPoint, and use `kdalgorithms::remove_duplicates` with `kdalgorithms::do_not_sort`: I would expect this to do: points.erase(std::unique(points.begin(), points.end()), points.end()); But it complains that the type has no operator

I'm using clink in Terminal, and my current `prompt.spacing` is set to `parse`. When starting a new terminal session, it always adds a new line (same with `normal`). The only...