-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create FUNDING.yml * PERF/circadian.el: use memoized sunset & sunrise times (#29) * Update issue templates * EDIT: ignore :sunrise and :sunset, if calendar lat/lng settings are missing * FIX: correct testing, filter :sunrise and :sunset if calendar lat/lng is not set * FIX/test.el: re-enable test-circadian-setup-benchmark * FIX/test.el: move timezone test to the end as it changes lat lng * EDIT: check for theme lists to support #16 * FIX/test.el: typo * FIX 28: emacs is freezed at switch (#31) * EDIT/circadian.el: add print statement to circadian-activate-latest-theme * FIX: potential fix for #28 * FIX/test.el: move timezone test to end * EDIT/.github/workflows/ci.yml: drop Emacs 26.3 support * EDIT/circadian.el: moved check for already enabled theme from `circadian-enable-theme` to `circadian-activate-latest-theme` * EDIT: cleanup * FIX: after merge * FIX: remove print statements, make sure timer runs only once * FIX: timer issue + rename circadian-activate-latest-theme to circadian-activate * FIX/circadian.el: proper use of new `circadian-activate-and-schedule` * FIX/test.el: adjust tests to use new API * DOC/README.md: adjust usage section * DOC/README.md * FIX: use format-time-string * FIX: improve timer scheduling * FIX: wrong function in timer * FIX: solve recursive timer calls with timer variable + cancel-timer * FIX/DOC/README.md: proper inner list for random selection from theme list * FIX: endless loop #33 + code cleanup, adjust tests * EDIT: introduce circadian-verbose + circadian-stop * FIX: cleanup, remove circadian-- prefix in favor of single dash prefix * FIX: disable-theme only if requested theme is not part of custom-enabled-themes * FIX: check if next run is today or tomorrow * EDIT/test.el: extend test-circadian-time-comparisons * FIX/circadian.el: ensure a single timer + timer is always set * EDIT/README.md: hint about `circadian-verbose` * FIX #32: proper time zone settings according to Emacs documentation * EDIT/circadian.el: remove print statement * FIX/test.el * UPGRADE/.github: upgrade actions/checkout + actions/cache to version 4 * FIX/circadian.el: check for timer nil + enable theme -> set timer to nil * FIX/circadian.el: proper canceling of previous timer * EDIT/circadian.el: update version in comment --------- Co-authored-by: StrawberryTea <[email protected]>
- Loading branch information
1 parent
9959e4b
commit 7646441
Showing
7 changed files
with
360 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# These are supported funding model platforms | ||
|
||
github: guidoschmidt | ||
patreon: # Replace with a single Patreon username | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry | ||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to report a bug in circadian.el | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment (please complete the following information):** | ||
- OS: [e.g. macOS 14, Windows 11, Ubuntu etc.] | ||
- Emacs: [e.g. emacs-plus 30.0.50] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.