This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I cancel our First Republic bank account | |
Stripe tries to make a deposit, this fails, Stripe sends "Action required to resume payouts from your Stripe balance" email | |
I click "Update your bank account" button in email | |
This takes me through sign in flow, but ultimately blank page - nothing there, nothing to update | |
I'm like "I'm smart, I'm gonna find this in the settings and change it ANYWAY". | |
Eventually I find "connected accounts" (or somesuch), remove First Republic, add Brex | |
Done, right? | |
Hell no! | |
In a few days, Stripe sends "Action required to resume payouts from your Stripe balance" email | |
This time, "Update your bank account" button works, I go through 2FA, see *First Republic* bank listed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Let me not to the marriage of true minds | |
Admit impediments; love is not love | |
Which alters when it alteration finds, | |
Or bends with the remover to remove. | |
O no, it is an ever-fixèd mark | |
That looks on tempests and is never shaken; | |
It is the star to every wand'ring bark | |
Whose worth's unknown, although his height be taken. | |
Love's not time's fool, though rosy lips and cheeks | |
Within his bending sickle's compass come. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nix_prompt_info="" | |
if [[ -n "$IN_NIX_SHELL" ]]; then | |
nix_prompt_info=" (nix)" | |
fi | |
PROMPT=$' | |
%{$fg_bold[green]%}%n@%m %{$fg[blue]%}%D{[%H:%M:%S]} %{$reset_color%}%{$fg[white]%}[%~]%{$reset_color%} $(git_prompt_info)$nix_prompt_info\ | |
%{$fg[blue]%}->%{$fg_bold[blue]%} %#%{$reset_color%} ' | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}[" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Downloads and installs the startssl CA certs into the global java keystore | |
# Author: Klaus Reimer <[email protected]> | |
# | |
# Check if JAVA_HOME is set | |
if [ "$JAVA_HOME" = "" ] | |
then | |
echo "ERROR: JAVA_HOME must be set." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kato Mac 1.0.3 is available (https://0.kato-cdn.net/Kato-1.0.3.pkg) | |
Release Notes | |
- “Copy Link” now shows up in context menu | |
- Sound is configurable in account settings. The same behavior as in browsers is maintained: when sound is enabled it is played only on a direct message (any 1-1 or @Mention in a room) | |
- Clicking on notification will activate Kato and open the corresponding 1-1 or room | |
- Activating Kato will close all notifications | |
The inistaller should replace the existing version. |