Clare Macrae
Clare Macrae
I first found that `pibakery-blocks/newcronjob/newcronjob.sh` in PiBakery 0.3.8 on Windows gave `"invalid cron timing"` when I tried using `1,16,31,46` for the minutes. So I changed to having 4 copies of...
In `pibakery-blocks/newcronjob/newcronjob.json` in PiBakery 0.3.8 on Windows, the descriptive text refers to changing the user password: `"shortDescription":"Change the password for the default pi user",` `"longDescription":"Raspbian comes with a user account...
Just to note for others using these scripts, having used them to set up a new physical PC... There are a few references to user Administrator here https://github.com/JayBazuzi/machine-setup/blob/main/windows.ps1#L51-L52 ```powershell syspin...
A quick spot check shows some files whose instruction comment does not match the actual location, for example: Wrong filenames: https://github.com/JayBazuzi/machine-setup/blob/677de660a5a52de276d5ae8e8df7249bd6c6e0e0/dev_environments/ruby.ps1#L2 https://github.com/JayBazuzi/machine-setup/blob/816800dd1effd07dcc7b59b2cf13a3581de07acd/dev_environments/swift.ps1#L2 Wrong directory: https://github.com/JayBazuzi/machine-setup/blob/677de660a5a52de276d5ae8e8df7249bd6c6e0e0/dev_environments/elixir.ps1#L2 As more files are copied-and-pasted,...
Background: mdsnippets is the tool used to embed code from tests inside documentation. mdsnippets 23.0.0 introduced a breakdown change - see https://github.com/SimonCropp/MarkdownSnippets/pull/360 for the motivation, and what edits need to...
## Expected Behavior That the filename obtained from a custom reporter should be valid, in this code - which can be run at https://godbolt.org/z/13Y7Wq1r7 ```cpp #define APPROVALS_UT #include "MinimalApprovalTests.h" int...
_Summary: There's a really easy way to do this, and keep it uptodate - this ticket is to explore whether you would accept a pull-request to implement it..._ ## Motivation...
See https://github.com/obsidianmd/obsidian-releases/pull/969/files I believe that the update process will create a new plugin note, and the old one will be orphaned, so should probably be deleted by hand, once https://github.com/obsidianmd/obsidian-releases/pull/969...
This is similar to #349 but for Themes. I'm thinking the steps would be: - Create a new theme category `Discontinued Themes.md` in `02 - Community Expansions/02.02 Themes by Category/`...
The Hub document structure and python code is build on the idea that a plugin has one GitHub account owner. Recently: - the repo for fantasy-calendar changed: - from https://github.com/valentine195/obsidian-fantasy-calendar...