JP Dillingham

Results 172 issues of JP Dillingham

https://devblogs.microsoft.com/dotnet/announcing-rate-limiting-for-dotnet/

enhancement

Per this discussion: https://github.com/slskd/slskd/discussions/82

documentation
hacktoberfest

Slots used is incremented, but not decremented. This is probably an issue with a dictionary somewhere, and it might be inside of Soulseek.NET To reproduce, enqueue a bunch of files...

bug

![image](https://user-images.githubusercontent.com/17145758/172871984-543af64d-1a5f-496d-90b0-b39975112a74.png) I thought I tested this with some worst-case-scenario values, but I guess not. I believe something like `1000.00 Bytes/1000.00 Bytes` would be the longest possible value here. This is...

enhancement
good first issue
area: ui
hacktoberfest

We get presence events for users in rooms that we are joined to, which appears to be fooling slskd into thinking we have added them to our watch list. This...

enhancement
area: user lists

If a remote user has downloads enqueued and the client restarts, the remote user's client will re-request all of the files when it detects the client has come back online,...

enhancement
area: shares

Currently the cache table is dropped and recreated at the start of the scan, which makes the cache unavailable while it is being scanned. Instead, create a temporary table and...

enhancement
area: shares

The application needs a way for users to indicate usernames and potentially entire IP address blocks with which no communication is allowed; no fetching user info or browsing shares, no...

feature

Users should be able to see what happened to each transfer; when it was requested, acknowledged, enqueued, started, completed, and most importantly if and when it errored, the reason. Right...

enhancement

By my math, `osx-arm64` should be the correct binaries for Macs with M1s, however they don't work, immediately reporting `killed` when attempting to start. This may be a lack of...

documentation