Krishna Bhamidipati
Krishna Bhamidipati
Hi there! Would it be conceptually possible/feasible to buffer and log stack traces at stderr from a VerboseProcess to print as a single statement? We are essentially using the log...
Because of the setters on `private Calendar startDate, endDate;` the `SunPhase` class is not thread safe. And since `com.florianmski.suncalc.SunCalc` which calls the setters is in a different package from `com.florianmski.suncalc.models.SunPhase`,...
After we write more tests, I thought it might be more intuitive if we moved away from the old `Calendar` API and used the new `java.lang.time` classes. Any concerns?
Looks like `net.rcarz.jiraclient.JiraClient#createIssue` is broken with JIRA version 9. I found some documentation that outlines why the endpoint has been removed: https://confluence.atlassian.com/jiracore/createmeta-rest-endpoint-to-be-removed-975040986.html The same article suggests the following solution, which...
### I confirm that: - [X] I have searched the existing [open AND closed issues](https://github.com/navidrome/navidrome/issues?q=is%3Aissue) to see if an issue already exists for the bug I've encountered - [X] I'm...