Hazel

Results 8 issues of 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: ![image](https://user-images.githubusercontent.com/65432314/130507471-5c7376d9-9acb-4914-b437-ae46141c9de2.png) 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`....

![Image](https://github.com/user-attachments/assets/f8c66f31-721d-4c83-946f-481c4a1cce3e) When typing in the editor it will clear out while typing