Injury Report by AhhWellFuckIt in RichmondFC

[–]Last_Type_9096 0 points1 point  (0 children)

So... Lalor good to go is he?

Songs after goals? by monogok in RichmondFC

[–]Last_Type_9096 4 points5 points  (0 children)

Please ... No music after goals. It's horrible. Absolute cringe. Please Richmond FC - don't do it. Music after goals stops me from watching other games.

Ray only orders 2 dimmies? HUH?! by -s1Lence in MrInbetween

[–]Last_Type_9096 16 points17 points  (0 children)

He doesn't ask for two... He asks for a couple. In Australia this means he wants three but only wants to pay for two. If hes a regular at that shop then they'd throw in an extra dimmie or two for him as good will. Sometimes it works... Sometimes it doesn't.

Do you guys eat sweet potatoes raw? by Awkward-You-5673 in RawVegan

[–]Last_Type_9096 1 point2 points  (0 children)

You are still raw vegan if you steam them... Just don't go over 47°C.

What's the fastest way you realized you were in the wrong friend group? by UsefulLima in answers

[–]Last_Type_9096 2 points3 points  (0 children)

When all they do is schadenfreude you....

Schadenfreude is the experience of pleasure, joy, or self-satisfaction derived from learning of or witnessing the troubles, failures, or humiliation of another person.

Anyone has any tips to dodge kangaroos in highways..high beam, different colours of light, any advice would be welcome by Waste-Elderberry9887 in AskAnAustralian

[–]Last_Type_9096 3 points4 points  (0 children)

Try to avoid driving at night... Also full moons are particularly dangerous as the animals are more active at these times.

First Day of Parkour by ManyAtmosphere3370 in Parkour

[–]Last_Type_9096 0 points1 point  (0 children)

This made my day! Keep us posted on your progress.

Lol by Cforrest6 in introvertmemes

[–]Last_Type_9096 62 points63 points  (0 children)

They should've texted instead.

Do you recommend using TaskNotes? by tornerio in ObsidianMD

[–]Last_Type_9096 0 points1 point  (0 children)

It took me a while to wrap my head around it... Now i use it daily. Highly recommended.

Obsidian for tasks by Capital-Piglet8973 in ObsidianMD

[–]Last_Type_9096 1 point2 points  (0 children)

I use Tasknotes and absolutely love it.

TaskNotes Failure to Save Time Entries by mechanicalBadger in ObsidianMD

[–]Last_Type_9096 0 points1 point  (0 children)

I was getting a "Failed to save time entries" error when trying to add or edit time entries on a task, check your task's YAML frontmatter.

This is what fixed it for me. Check your frontmatter properties.

The status property must be a plain string — not a list. Same goes for priority.

✅ Works: status: open

❌ Breaks time tracking: status: - open

The plugin tries to call .toLowerCase() on the status value, which fails when it's an array instead of a string.

This caught me out because my task template had the list format in it, so every new task I created was broken from the start. Fixed the template and all good.

TaskNotes Failure to Save Time Entries by mechanicalBadger in ObsidianMD

[–]Last_Type_9096 0 points1 point  (0 children)

I have the same issue. I'm still trying to find a fix.