Martin Schenck

Results 17 issues of 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 (`- [...

type: enhancement
scope: task states

- [x] Read new formats - [x] Write new formats - [x] Read linked dates - [x] Write linked dates - [ ] Add more formats requested in #296 (and...

type: enhancement

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...

type: bug
scope: rendering of tasks

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 *...

type: enhancement
scope: edit task
scope: global filter

- https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Capture_AddTaskToKanbanBoard.md - https://github.com/chhoumann/quickadd/blob/master/docs/Examples/Capture_FetchTasksFromTodoist.md

scope: documentation
help wanted
good first issue

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...

bug
help wanted
question
upstream

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.

Epic

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...