Shaun Ruffell

Results 10 issues of Shaun Ruffell

Needed to allow database to be kept on some network filesystems (GothenburgBitFactory/libshared#70). fixes #465 Signed-off-by: Shaun Ruffell

I would like to actively track my time on two systems and have a way to sync them together. One way that would be relatively easy is if timewarrior had...

enhancement

Question was asked in discussions, but I didn't find any description on the :annotations hint in the man pages. Also, the [timew-annotate](https://github.com/GothenburgBitFactory/timewarrior/blob/dev/doc/man1/timew-annotate.1.adoc) manpage probably should contain a note about how...

documentation

This is a different approach to fixing #364 and would replace PR #366. It is a draft pull request because there are still some additional tests to verify the move...

discussion
dev-branch

Currently, any argument that starts with ':' that isn't a known hint will be treated as a tag. After this change, an error is produced. Hopefully there were not users...

enhancement
dev-branch

The datafiles and inclusions in the datafiles are not guaranteed to be kept in sorted order in light of adds / removes. This meant that if a user in the...

discussion
dev-branch

The following output surprised me: ``` $ src/timew track :yesterday foo Note: 'foo' is a new tag. Recorded foo Started 2020-07-23T00:00:00 Ended 24T00:00:00 Total 24:00:00 $ src/timew track :today bar...

discussion

In order to avoid surprises, I would like when I'm undoing commands to see something that indicates what command is being undone. One thought is for the undo.data file to...

enhancement
discussion

Mythril's panic_handler will currently spin in halt: https://github.com/mythril-hypervisor/mythril/blob/af161a464ede3f6e8ffe5723c5d356125e8f47e8/mythril/src/error.rs#L138-L143 I think it would be worthwhile to allow mythril to use the isa-debug-exit device to cause QEMU to exit with an error...

Just taking a note so I do not forget. With a busybox-based initramfs run as init, on shutdown in the guest I see the following error. ``` Kernel memory protection...