Will

Results 10 issues of Will

- Currently the coverage is a low 54% - Would be nice to also standardise the libraries used (upgrade to junit5/assertj?)

Hi there, I haven't had too many issues using Jellyfin on my Samsung TV with this project. We've been enjoying our movies and shows. However, recently I decided to host...

bug
confirmed

I think the tool should remove redundant (duplicate or unused) `using` statements. Expected: ```cs using MyUsedHelper; ``` Actual: ```cs using MyUsedHelper; using MyUsedHelper; using MyUnusedHelper; ```

status:needs discussion

Is `decode404()` deprecated in favour of `dismiss404()`? If so should the javadoc `@deprecated` be updated to tell users about the new method?

Using these deps: `feign-core` and `feign-gson` `12.3`. `feign-form` `3.8.0`. JDK 19. ___ I can't get JSON serialisation working when using `POST multipart/form-data` for POJO->JSON and File. Example: ```java interface Example...

Hey is it possible to point `dotnet format` at a remote `.editorconfig` file? Essentially we want to have a company wide `.editorconfig` living in its own github repo which all...

I noticed you can only replay the most recent job (in the history tab). Any reason you can't replay any job?

For `MOVE` specifically, would be great if it displayed the remove command in addition to the rsync command. Just makes it more clear what's going on. Though it is already...

Hey would it be possible to add a dark mode toggle?

**Is your feature request related to a problem? Please describe.** - We have users in different timezones, so it would be useful to retrieve the client's timezone from the activity...

triaged
feature-request