Hazel
Hazel
Currently, hotkeys on the main window are represented as constants: ``` private const int MakeBorderlessHotKey = (int) Keys.F6; private const int MouseLockHotKey = (int) Keys.Scroll; private const int MouseHideHotKey =...
When invoking the daily logs endpoint, the documentation states that RFC3339 is the expected format: > A start date in RFC 3339 format. This is a date only without an...
If you attempt to execute the daily logs endpoint from the API docs section without specifying a start date or end date, you'll get an error back from the API,...
Most list items collapse if you click another list item. The gateways list item does not:  Also, the "active" text color is dark, not light like the others.
Back in 2020, GitHub began making efforts to move away from `master` as the primary branch in repositories. Instead, the default for new repositories is `main` and many established repositories...
This PR is a proposal to introduce an incomplete test fixture for bug #547. I ran into complications with mocking the LINQ query used in the private method `GetRecipientIdAsync`: ```csharp...
# TL;DR This PR resolves the following issues: - #2626 ## Ignored XML Members (2626) This issue is caused by the fact that ignored members are not serialized using `XmlSerializer`....
 When typing in the editor it will clear out while typing