Neui
Neui
From what I understand, the `aria-label` is used to label graphical stuff, that'll get read by an screen reader. However, lets assume I want to translate the page into german....
Define `_XOPEN_SOURCE` and `_POSIX_C_SOURCE` appropriately in order to be able to use functions such as `symlink()` on cygwin. Before that it would error while running make about not being able...
This is **Work In Progress**! Fixes #277. View the commits for some more information. Some stuff is missing: - [x] Properly implement `ModifyTasks`, `AddTasks` * I'll make it simple and...
1. Have `caldav` python package installed 2. Open GTG 3. Menu → Synchronization 4. Click on plus bottom left 5. CalDAV is automatically selected on the right. Click OK to...
~~Marking this as a draft since this is 'WIP'.~~ ~~Primarily, it needs testing whenever it still works (and whenever catching the exception that way is correct). Ugh~~ Ready for review...
Idea: If someone has a problem that might require their tasks file, it would be nice if they could just invoke GTG it some way (command line? Maybe also via...
Discussion: [Notify deprecated/deleted packages](https://discuss.atom.io/t/notify-deprecated-deleted-packages/26907) Depercated or deleted packages aren't updated anymore and may cause issues in newer versions of Atom. (See the [discussion](https://discuss.atom.io/t/notify-deprecated-deleted-packages/26907) for the backstory) These could be shown...
It seems the format Dolphin reads is slightly different what the previous Symbol Export outputted, requiring those section headers. Additionally, they are split by function and data symbols, so also...
Includes an makefile generator that should be able to generate non-independent makefiles with certain settings (system, compiler). Builds upon PR #184 (so that should be merged first), originally from PR...
Tests using CMakes CTest. Builds upon PR #184 (so that should be merged first), originally from PR #164. Would help #105. **Still Work In Progress.** * Using some simple file...