JP Dillingham

Results 172 issues of JP Dillingham

Something @mathiascode brought up. I think I was doing this at one time, but then stopped for some reason. Step 1 will be reviewing old PRs and issues to see...

question

Because group configuration dictates a user's limits and download speeds, we can't allow them to be defined in more than one group without creating ambiguity about which settings apply.

enhancement
area: configuration

The height of these screens has been repeatedly adjusted (#950 #1148 #1151) and they look correct on desktop, but I didn't validate the changes on mobile.

area: ui

While investigating the underlying behavior of this feature I realized that all files are being returned, and they shouldn't be. There are two options to fix: 1. Stop traversing subdirectories...

enhancement
good first issue

I'm guessing the logic supersedes the transfer records, then sets them as errored. The existing transfers should be left intact.

bug

Currently the application fails to start stating it can't detect the format. Instead, it should probably just log a warning and move on.

bug

[Entity Framework](https://learn.microsoft.com/en-us/ef/core/) (the library used for SQL access, for the casual reader) is not bringing a lot of value because of the small size of the application's domain, but it...

refactor
tech debt

Reviewing the code and I'm confused why this is defaulted to false in the first place. In the slskd code it's set to true, and there's a note about making...

enhancement
breaking change

I updated my container yesterday and when it came back up it initiated dozens of downloads. Looking today I see that each of the downloaded files was downloaded twice, about...

Discussion in #1324, it doesn't seem the problem is fully fixed. Also in testing this morning I got a timeout making a request and it's displayed as a generic 500...

bug