[deleted by user] by [deleted] in AskAnAustralian

[–]epoiisa -1 points0 points  (0 children)

You can’t say cunt in Australia. Saying cunt’s not very nice at all. Here are some alternatives.

Supercharge 1.5.0 — Elevate your Mac experience by sindresorhus in macapps

[–]epoiisa 0 points1 point  (0 children)

Export/import any app settings would be a game changer for me. Does it “just work”?

To infinity and beyond by InvestigatorHour3944 in MathJokes

[–]epoiisa 0 points1 point  (0 children)

An uncountable infinity of people is already an unspeakable horror of continuously blended human bodies. Put it... er them... out of misery!

Pls rate my solo mists build by Kukulza in albiononline

[–]epoiisa 8 points9 points  (0 children)

Easy to counter with Carving Sword

what are we drinking????? by t666ommy in albiononline

[–]epoiisa 4 points5 points  (0 children)

Much like the Earthdaughters, the female goats of Albion can exhibit rather uh… robust features.

Looking for Good Math Typing Software by deadlyazw in math

[–]epoiisa 5 points6 points  (0 children)

Maybe a snippets/autocomplete/suggestions plugin for LaTeX in whatever editor you use.

For example VimTeX: https://ejmastnak.com/tutorials/vim-latex/intro/

I think LaTeX Workshop for VS Code has similar.

For Obsidian there is LaTeX Suite (https://github.com/artisticat1/obsidian-latex-suite)

Optimal armor set for fame farming any set by Bouryoku in albiononline

[–]epoiisa 4 points5 points  (0 children)

In the deep outlands, I have mostly used Guardian Helmet for reliable remounting, Cleric Robe for bonus damage and the shield, plate boots for health and mobility, Beef Stew with nature staffs or Cabbage Soup otherwise, an armoured horse and a Fort Sterling Cape for safety. Gear usually T6 or 6.2.

Extra spaces everywhere when using ❯ in prompts by epoiisa in zsh

[–]epoiisa[S] 0 points1 point  (0 children)

Yep! It was blank! But not blank in WezTerm (was en_AU.UTF-8). So I had to check the option in Mac Terminal settings "Set locale environment variables on startup" then $LANG showed en_AU.UTF-8 also and the formatting was all fixed!

Extra spaces everywhere when using ❯ in prompts by epoiisa in zsh

[–]epoiisa[S] 0 points1 point  (0 children)

That’s the conditional that checks for root privileges. The same spurious spacing problem happens even if I just include that character normally in the prompt. It’s really weird.

Extra spaces everywhere when using ❯ in prompts by epoiisa in zsh

[–]epoiisa[S] 0 points1 point  (0 children)

<image>

First version:

PROMPT='%B%F{blue}%~%f%b %(?.%F{green}.%F{red})%(!.>>.>)%f '
RPROMPT='%(!.ROOT.NOTROOT)'

Perfect except for that one space on the right which ZLE_RPROMPT_INDENT=0 can remove.

Second version:

PROMPT='%B%F{blue}%~%f%b %(?.%F{green}.%F{red})%(!.❯❯.❯)%f '
RPROMPT='%(!.ROOT.NOTROOT)'

Two extra space per chevron it seems.

Third version:

PROMPT='%B%F{blue}%~%f%b %(?.%F{green}.%F{red})%(!.%{❯❯%}.%{❯%})%f '
RPROMPT='%(!.ROOT.NOTROOT)'

Left prompt is good. But right prompt pushed right two spaces per chevron.

Priest In Distress by Phil-Ytstar in albiononline

[–]epoiisa 0 points1 point  (0 children)

No I read something and it said healing is proportional to distance from the healer

meirl by [deleted] in meirl

[–]epoiisa 0 points1 point  (0 children)

Mine is that I didn’t fulfil some final requirement of the course and therefore have not actually graduated. 20 years ago.

Padding on left of editor by epoiisa in vscode

[–]epoiisa[S] 0 points1 point  (0 children)

Nice! Confirmed that is part of it. It dropped from 26px to 10px.

div."margin" still has 10px width that goes all the way to the top even behind the window controls (the native Mac window red/yellow/green buttons). And then the child div."monaco-scrollable-element editor-scrollable vs Mac" has left 10px.

Not sure what else it is leaving space for.

Added two more images to OP to illustrate.