Steven Clark
Steven Clark
Setup only a single KVO to listen for updates to the tasks and update both projects and contexts within the filter view based on that single observer.
Within the Edit Task screen, if you bring up one of the context menus which have no items populated within them and select the Done button the application will crash....
Restore keyboard when cancel button is pressed within context menus in edit and add task views
Protext against index out of bounds exceptions on empty context menus within the edit task and add task views
- Fix warning in storyboards about sizing issues within contraints - Fix NSUInteger to int warnings
- Upgrade to latest OCMock 3.1 so we can test against 64bit cpus - Fix StringsTest.m XCTAssertEqual no longer supports c structs, convert to use NSEqualRanges wrapped within an XCAssertTrue...
- When running enos scenario validate the following error comes up. ``` ❯ enos scenario validate managed_keys Scenario: managed_keys [arch:arm64 backend:raft builder:local distro:ubuntu edition:ent seal:awskms] Generate: ✅ Init: ❌ Error:...
- Only create the `vault` user if the `useradd` command is present on the system, similarly for the purge option on the package removal, call `userdel` only if the command...
While playing around with #18243, I noticed operations that properly accepted the `batch_input` parameter were returning warnings about it being an unrecognized parameter. This should fix those issues across the...
Add a new configuration parameter `max_ttl` within `/config/acme` that allows operators to configure the maximum TTL behavior of ACME issued certificates. The new argument defaults to the existing 90 day...