Martin Schenck
Martin Schenck
When converting an RRule `toText()`, the end of the recurrence is one day early. See screenshot from the demo page below: - Expected output: `until December 26, 2021` - Actual...
### Discussed in https://github.com/schemar/obsidian-tasks/discussions/674 Originally posted by **sytone** May 17, 2022 ## Goal When toggling a task, it should be able to move through more states than Todo (`- [...
- [x] Read new formats - [x] Write new formats - [x] Read linked dates - [x] Write linked dates - [ ] Add more formats requested in #296 (and...
A task that begins with a digit followed by a period is rendered as an ordered list. Instead, it should be rendered as text. The issue also exists with a...
An option to always store the global filter at the end of the description would ensure that tasks is compatible with the day planner plugin. See also: * https://github.com/schemar/obsidian-tasks/discussions/146 *...
- https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Capture_AddTaskToKanbanBoard.md - https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Capture_FetchTasksFromTodoist.md
First of all, thank you so much for super-agenda :heart: I encounter unexpected behavior where I am not sure whether it is the intended way. When I open the "List...
In [casper_economics_basics.pdf](https://github.com/daniel-sutd/casper-paper/blob/103521ba005c6816204d4ce9e3c2134477897f70/casper_economics_basic.pdf), there is a formal specification of how the casper contract should behave.
The base `BlockStore` should track all blocks and verify the parent hashes (not only the auxiliary block store). The base block store should verify that votes are targeting a child...
The polling place takes the addresses of the two block stores in the constructor. The two block stores and the gateway take the address of the polling place in the...