Bergen, Norway
From Tim Hårek Andreassen to ~kmaasrud/inbox
Hi, Knut Magnus! I noticed that your CV-page is giving a 404 (both with `curl` and in the browser), although it is present in your Git-repo: https://git.sr.ht/~kmaasrud/kmaasrud.com/tree/main/item/src/cv.txt Just wanted to give you a heads up! :) -- Tim Hårek
From Tim Hårek Andreassen to ~timharek/public-inbox
Thanks, I've applied the patch! :)
From Tim Hårek Andreassen to ~timharek/public-inbox
Thanks, I've applied the patch! :)
From Tim Hårek Andreassen to ~timharek/public-inbox
Signed-off-by: Tim Hårek Andreassen <tim@harek.no> --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fccdd4c..9684a11 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ be lightweight and fast. It's a work in progress atm. ### Usage 1. Copy the `.env.defaults`, `cp .env.defaults .env` and update the variables[message trimmed]
From Tim Hårek Andreassen to ~timharek/public-inbox
Are you able to resend/redo the patch? Also, don't forget to reply to all so that the mailing list gets updated :)
From Tim Hårek Andreassen to ~timharek/public-inbox
Hi, Thank you for the contribution! Unfortunately I'm not able to use this patch as `git am` is unable to detect the diff.
From Tim Hårek Andreassen to ~timharek/public-inbox
Hi, Thank you for the contribution! Unfortunately I'm not able to use this patch as `git am` is unable to detect the diff.
From Tim Hårek Andreassen to ~timharek/public-inbox
Hi, Thank you for the contribution! I don't VSCode myself and I don't want to enforce any specific editor on the development of Hima. Maybe we could add a ignore rule in `.gitignore` instead? 💭 🤔
From Tim Hårek Andreassen to ~sircmpwn/sr.ht-discuss
Thanks for the quick reply! Do you have any examples for how to check this with git? How would I find the commit hash for the previous commit before the last push?
From Tim Hårek Andreassen to ~sircmpwn/sr.ht-discuss
Hi, Is it possible to write a check for my build manifests to check if certain files/directories has been touched and/or changed, and only run the task then? -- Tim Hårek