Philip Nelson
Philip Nelson
When rule [MD013/line-length](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013) is enabled and markdownlint is fixing rule violations, it would be helpful if it could reflow a multiline paragraph. This would greatly improve productivity when editing paragraphs...
I am configuring OIDC via the environment variable [CONFIG_OVERWRITE_JSON](https://goharbor.io/docs/2.4.0/install-config/configure-user-settings-cli/#configure-users-settings-using-an-environment-variable). However, the helm chart does not expose a place to add this environment variable. This feature modifies the helm chart to...
I've tried using this library and a python one, https://github.com/craigjmidwinter/pyowlet, but I get the same error on both: `Invalid email or password`. Can @arosequist confirm that the library still works?
closes #120 #192 Adds doxygen format support.
## Description Updated the documentation for using doctest with CMake via the newer `FetchContent` instead of the older `ExternalProject_Add`. I was looking for this exact documentation and was unable to...
Based on the code in _CTkTextBox_, it seems impossible to configure portions of text in a CTkTextBox with tags. Is this correct or am I missing another way to do...
This feature adds the option `vertical=False` to the `CTkSegmentedButton` constructor. A "vertical" segmented button uses a vertical layout instead of the default horizontal layout. Partially addresses #852
Unless there is a technical limitation I don't understand, it would be nice if it could open vim in PowerShell. It looks like the extension already detects the operating system,...
I tried to put a CTkTooltip on a CTkCanvas and it failed with this error ``` File ".venv\Lib\site-packages\CTkToolTip\ctk_tooltip.py", line 42, in __init__ self.transparent_color = self.widget._apply_appearance_mode( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'CTkCanvas' object has...
When changing desktops, the focused window remains on the last focused window on the desktop I just left. I'd expect it to change focus to the last window that had...