Age | Commit message (Expand) | Author |
2021-10-07 | GN1 time machines | Pjotr Prins |
2021-10-06 | sheepdog: update tasks | Pjotr Prins |
2021-10-06 | Sheepdog and machine room | Pjotr Prins |
2021-10-06 | sheepdog | Pjotr Prins |
2021-10-06 | backups | Pjotr Prins |
2021-10-04 | Add issue for binderlite gallery for notebooks | jgart |
2021-10-04 | Add spinner feature to issues | jgart |
2021-10-04 | Add topic on reproducibility | jgart |
2021-10-01 | Pjotr notes | Pjotr Prins |
2021-10-01 | New Issue: Non-Clustered and Flippable Heatmaps...* Add new "issue" to track the migration of heatmaps without the
dendrograms and also allow the flipping of the heatmap from
horizontal to vertical orientations and vice-versa.
| Frederick Muriuki Muriithi |
2021-10-01 | What to do when binderlite finds an unknown package in a manifest...Unknown means not coming from upstream but from a channel.
Should we support subscription to channels for binderlite containers?
| jgart |
2021-10-01 | Add regex to prevent user from inputting invalid url or other string in the form | jgart |
2021-10-01 | Adds guix container topic to notebooks | jgart |
2021-10-01 | Add jupyter cli options link to our notes on jupyter | jgart |
2021-09-29 | backups | Pjotr Prins |
2021-09-29 | Tux01 crash | Pjotr Prins |
2021-09-29 | Tag gnbug linter issue with gnbug. | Arun Isaac |
2021-09-29 | gnbug: Detect bug or critical only as whole words in keywords....This is to prevent mistaken detection of the keyword "gnbug" as having
"bug" in it.
* gnbug (print-issue): Detect bug or critical only as whole words in
keywords.
| Arun Isaac |
2021-09-29 | Title gnbug linter issue. | Arun Isaac |
2021-09-29 | Reply on gnbug linter issue. | Arun Isaac |
2021-09-28 | Change issue file name to something more descriptive...Moves feature request to a tag instead
| jgart |
2021-09-28 | Feature request: gnbug linter | jgart |
2021-09-28 | Add new issue for showing a template when git repo url is not found | jgart |
2021-09-27 | gnbug: Syntax highlight output of `gnbug show'....* gnbug: Import (srfi srfi-17 gnu).
(bold): New function.
(gnbug-show): Syntax highlight output.
| Arun Isaac |
2021-09-27 | gnbug: Support short option -h for --help....* gnbug (main): Support short option -h as an alias for --help.
| Arun Isaac |
2021-09-27 | gnbug: Unbind command variable....The command variable is not used. Besides, it is easy to confuse it
with the sub-commands.
* gnbug (main): Unbind command variable.
| Arun Isaac |
2021-09-27 | gnbug: Print last updated information....* gnbug (print-issue): Print last updated information.
| Arun Isaac |
2021-09-27 | gnbug: Print number of posts....* gnbug (print-issue): Print number of posts.
| Arun Isaac |
2021-09-27 | gnbug: Extract last update information....* gnbug (file-details): Extract last update information.
(<issue>): Add last-updater, last-updated-date and
last-updated-relative-date fields.
(issues): Initialize last-updater, last-updated-date and
last-updated-relative-date fields.
| Arun Isaac |
2021-09-26 | gnbug: Extract number of posts....* gnbug (file-details): Extract number of posts.
(<issue>): Add posts field.
(issues): Initialize posts field.
| Arun Isaac |
2021-09-26 | gnbug: Merge creation-details into file-details....* gnbug (creation-details): Merge into ...
(file-details): ... here.
(issues): Do not call creation-details.
| Arun Isaac |
2021-09-26 | gnbug: Print tasks....* gnbug (print-issue): If the issue has tasks, print the fraction
completed.
| Arun Isaac |
2021-09-26 | gnbug: Extract tasks....* gnbug: Import (ice-9 regex).
(file-details): Extract tasks.
(<issue>): Add tasks and completed-tasks fields.
(issues): Initialize tasks and completed-tasks fields.
| Arun Isaac |
2021-09-26 | gnbug: Update issue listing format....This new 2-line issue listing format closely imitates GitHub's issue
listing format, and provides more space to display more issue fields.
* gnbug (print-issue): Update issue printing format.
| Arun Isaac |
2021-09-26 | gnbug: Organize color codes....Create functions for all 3 bit colors (except black and white), both
foreground and background.
* gnbug (yellow, red-background, green-background, yellow-background,
blue-background, magenta-background, cyan-background): New functions.
(magenta): Move function below the blue function.
| Arun Isaac |
2021-09-26 | gnbug: Move issue printing to separate function....* gnbug (print-issue): New function.
(gnbug-list): Call print-issue.
| Arun Isaac |
2021-09-26 | gnbug: Reverse the order of listing of issues....Listing issues oldest first makes for more persistent issue numbers.
* gnbug (issues): Reverse the order of listing of issues, listing them
oldest first.
| Arun Isaac |
2021-09-26 | README: Document gnbug built-in help....* README.gmi (gnbug): Document the built-in help feature.
| Arun Isaac |
2021-09-25 | pairscan | Pjotr Prins |
2021-09-24 | authorisation.gmi: Add notes on issues Zach faced | BonfaceKilz |
2021-09-24 | issue-404-in-logs.gmi: Update notes | BonfaceKilz |
2021-09-24 | Add tasks | Pjotr Prins |
2021-09-24 | Reinstate backups to epysode | Pjotr Prins |
2021-09-24 | pjotrp: tasks | Pjotr Prins |
2021-09-24 | Close nginx static assets error | jgart |
2021-09-23 | gnbug: Accommodate DOS line endings in gemtext files....* gnbug (get-line-dos-or-unix): New function.
(file-details): Use get-line-dos-or-unix instead of get-line.
| Arun Isaac |
2021-09-23 | gnbug: Use get-line instead of read-line....* gnbug: Do not import (ice-9 rdelim).
(file-details, git-updated-files, git-first-commit-since): Use
get-line from (rnrs io ports) instead of read-line from (ice-9
rdelim).
| Arun Isaac |
2021-09-23 | gnbug: Support --help option....* gnbug (command-line-program, print-usage): New functions.
(gnbug-news, gnbug-list, gnbug-edit, gnbug-show, main): Support --help
option.
| Arun Isaac |
2021-09-23 | gnbug: Print only open bugs in issue listing....* gnbug (gnbug-list): Print only open bugs in issue listing.
* README.gmi (gnbug): Update documentation.
| Arun Isaac |
2021-09-23 | gnbug: Print keywords in issue listing....* gnbug (gnbug-list): Print keywords in issue listing.
| Arun Isaac |