Jonathan Bout

Results 7 issues of Jonathan Bout

**Is your feature request related to a problem? Please describe.** When I'm logged in in a specific account I can't see which one. As I have an admin account and...

**Description** This pull request adds a line to the sidebar with the username: ![sidebar with admin username](https://github.com/filebrowser/filebrowser/assets/93737747/772f4344-740a-4185-9216-d0914035147e) When clicked, you will be sent to the user settings. It also modifies...

**Version** Latest (5.0.17) **Describe the bug** The BsonRef attribute only sets the ID of the value, without actually filing it with data from the other collection. **Code to Reproduce** FooBar.cs:...

bug

To support a cleaner foreach loop It'd be great to rename (or alias for backwards compatibility) `Scheme.Enumerate` to `Scheme.GetEnumerator`. ```cs // old foreach (var (key, color) in scheme.Enumerate()) { //...

A cool option would be to leave the screen on after a successful login. Now when I unlock my phone but something is in front of the proximity sensor it...

**Output of `dotnet --info`:** Output .NET SDK: Version: 8.0.202 Commit: 25674bb2f4 Workload version: 8.0.200-manifests.fe7a266e Runtime Environment: OS Name: Windows OS Version: 10.0.22631 OS Platform: Windows RID: win-x64 Base Path: C:\Program...

I'm building an WAV -> FLAC converter and was trying to give some feedback to the user for when a file takes a long time to process. For that I...