Tychronos
01/27/2022, 5:57 PMTychronos
01/27/2022, 5:59 PMSeriousBug
01/27/2022, 6:03 PMTika
01/27/2022, 7:21 PMlukecarrier
01/27/2022, 9:32 PM@actions/setup-node
will preserve the per-user npm
cache for you if you set with:cache: npm
, and similar for yarn
. This has been enough to get my Actions->Netlify pipeline[1] down to around ~90s.
[1]: https://luke.carrier.im/notes/soAskHwFxI1EM8dZIDvBN/kevins8
01/27/2022, 10:03 PMsetup-node
vs actions/cache@v2
and caching node_modules
?lukecarrier
01/27/2022, 10:05 PMnode_modules
directory can have unintended consequences if the architecture/OS/OS version changes, because some packages build native libraries and they may not get rebuilt correctly. setup-node
uses cache
internally, but caches the cache dirs in the user's home directory and does hashFiles()
on all the package-lock.json
files it finds in the treelukecarrier
01/27/2022, 10:06 PMseadude
01/28/2022, 12:54 AM- Dev Start: Thursday January 27 2022 15:58:26
- Dev Finish: Thursday January 27 2022 16:51:38
- Or in the YAML frontmatter?
- How are you aggregating the data?seadude
01/28/2022, 1:44 AMColin Madland
01/28/2022, 1:47 AMseadude
01/28/2022, 1:59 AMseadude
01/28/2022, 1:59 AMseadude
01/28/2022, 2:00 AMColin Madland
01/28/2022, 3:29 AMColin Madland
01/28/2022, 3:30 AMColin Madland
01/28/2022, 3:41 AMSeriousBug
01/28/2022, 3:42 AMColin Madland
01/28/2022, 3:43 AMSeriousBug
01/28/2022, 3:44 AMColin Madland
01/28/2022, 3:44 AMuser
01/28/2022, 6:22 AMkevins8
01/28/2022, 6:39 AMuser
01/28/2022, 6:50 AM---
id: KraUBl3Bftx3Cl8aUC4kT
title: Visual Communication
desc: ''
enableChildLinks: no
updated: 1643352503429
created: 1643339031026
---
and
---
id: KraUBl3Bftx3Cl8aUC4kT
title: Visual Communication
desc: ''
global:
enableChildLinks: no
updated: 1643352597988
created: 1643339031026
---
still the children nodes are generated (tried in ``dendron publish dev`)SeriousBug
01/28/2022, 6:51 AMglobal:
enableChildLinks: false
user
01/28/2022, 6:55 AMpublish dev
generates children nodespixelmonk
01/28/2022, 9:35 AMtemplates.weekly.md
with the contents of Today is {{ CURRENT_YEAR }}
, but when I insert this template into a note, the variable isn't replaced. Am I missing something with how the new template variables work?SeriousBug
01/28/2022, 9:36 AMpixelmonk
01/28/2022, 9:36 AMseadude
01/28/2022, 4:59 PM