Friedrich von Never

Results 544 issues of Friedrich von Never

Any `logger.Error` in the app should be reported somewhere, and it should be possible to see the errors thrown.

enhancement
help wanted
good first issue

We need to add text logging and allow the users to know where they are stored.

enhancement
help wanted
good first issue

Add support for macOS!

enhancement
help wanted

We should add columns for the current process CPU/memory consumption. Optionally, support various memory metrics for Windows.

enhancement
help wanted

Currently, we don't have an icon. We should draw one. SVG graphics are acceptable; I can organize converting to other formats on build.

enhancement
help wanted

An API like `AbsolutePath.StartsWith(AbsolutePath anotherPath)` would be very useful.

enhancement
help wanted
good first issue

There should be a method to check if a path represents an existing file or a directory. Perhaps something like this? ```csharp struct LocalPath { // … // null ->...

enhancement
help wanted

Currently, we have the following two types for paths: - `AbsolutePath` for, well, absolute paths, - `LocalPath` for _any paths_. We lack a separate type to specify a relative-only type,...

enhancement
help wanted
good first issue

We'll need a file system API for virtual paths. Local path (#1) should implement the same API, so it should be possible to abstract over both kinds of paths. The...

enhancement
help wanted

On Unix file system, it's always possible to build a relative path between two paths. On Windows, however, it is not universally possible: say, between different disks or between a...

enhancement
help wanted
good first issue