Friedrich von Never

Results 544 issues of Friedrich von Never

We should add the documentation about plugin localization.

kind:documentation

Scala 2.11 introduced some deprecation on stuff we have in horta. It should be cleaned up.

kind:refactor

Currently there is unreliable occupant list check when sending the private message. There should be a way to handle it more properly.

kind:feature

At least Pet plugin should be covered by unit tests.

kind:proposal

Currently the Akka doesn't provide us much typization. And I personally think that even actors with typed messages will help us much. So let's inject some strictness here.

kind:proposal

Create a quiz module with user-configurable questions and payments in PTC for proper answers.

kind:proposal

Currently user quit reason cannot be determined due to Smack's lack of the proper API. It should be fixed.

kind:feature

See the code near this line: https://github.com/ForNeVeR/ProcessDoctor/blob/0eeea967ab98402e5e1b2c0844aa0edc3c30cbb6/ProcessDoctor.Backend.Linux/LinuxProcess.cs#L35 So, we know the executable of some app and want to get the corresponding `AppInfo` from GLib. Currently, to do that, we enumerate...

enhancement
help wanted
good first issue
os:linux

Currently, we rely on a plain list `ObservableCollection Processes` model. This is problematic in some ways. 1. It's unclear how to efficiently find the process whenever we decide to delete...

enhancement
help wanted

ProcessDoctor operates under condition of _eventual_ process tree consistency, which means that for a short period of time, there could be some artifacts like processes with no parent (which will...

enhancement
help wanted