Kai Hendry

Results 227 comments of Kai Hendry

Yes, I was very confused by this option https://youtu.be/Ow09ttLAC2Y?t=802 Though on reboot, systemd-networkd seems to be working as expected: :clap: ``` $ ls /etc/systemd/network 20-ethernet.network 20-wlan.network 20-wwan.network ```

How do you disable the update checker?

Hi, I've hit `fatal error: concurrent map read and map write` and I don't even understand what the write is, since I'm reading in my loop: https://gist.github.com/kaihendry/748b57905d35403751be2f4aac6cd40f#file-main-go-L75-L95 Is there some...

Hey thanks for the reply! Do find it a little odd to define the nav in config.toml, though your suggested change works: https://github.com/kaihendry/enemies-of-carlotta-zola/blob/main/config.toml#L21 Not sure what responsive means RE CSS....

btw my wife complains about the spacing on safari mobile haha https://s.natalian.org/2021-07-20/spacing.webp

Would be nice if taxonomies were optional. ``` Reason: Failed to render 'blog-post.html' Reason: Variable `page.taxonomies.tags` not found in context while rendering 'blog-post.html' ``` Trying to figure out how to...

Thank you for the helpful reply! Hmmm, it's a shame that https://github.com/QueuingKoala/netfilter-samples/blob/master/rules-edge-router/iptables.rules can't be be populated with the right variables for the interfaces so I could just blindly run (idempotently?)...

https://s.natalian.org/2022-05-24/4a9d6eb.txt https://s.natalian.org/2022-05-24/d30ea53.txt ``` (ins)hendry-tw-mbp~/sorg/organization-formation$ git log --oneline d30ea53 (HEAD -> main, origin/main, origin/HEAD) Trying what we had before 4a9d6eb Try move to nest (ins)hendry-tw-mbp~/sorg/organization-formation$ git show 4a9d6eb:organization.yml > 4a9d6eb.txt (ins)hendry-tw-mbp~/sorg/organization-formation$...

``` (ins)hendry-tw-mbp~/sorg/organization-formation$ npx org-formation print-tasks ./organization-tasks.yml --output yaml --max-concurrent-stacks 100 --max-concurrent-tasks 100 INFO: Executing: update-organization organization.yml. WARN: AccessDenied: unable to log into account 914678715711. This might have various causes, to...

``` (ins)hendry-tw-mbp~/sorg/organization-formation$ npx org-formation print-stack ./organization-tasks.yml --output yaml --max-concurrent-stacks 100 --max-concurrent-tasks 100 (ins)hendry-tw-mbp~/sorg/organization-formation$ echo $? 0 ```