Skip to content

Instantly share code, notes, and snippets.

@abs
abs / gist:c6d0ed430ffc8265c69006df1117c59c
Last active February 5, 2024 21:36
[Stripe] Settings -> External payout accounts and scheduling
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
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.
@abs
abs / crcandy-nix.zsh-theme
Created August 24, 2023 19:58
crcandy-nix.zsh-theme
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]%}["
@abs
abs / gist:c0d598996870dda719b3
Last active November 28, 2016 22:14
Downloads and installs the startssl CA certs into the global Java keystore
#!/bin/sh
#
# Downloads and installs the startssl CA certs into the global java keystore
# Author: Klaus Reimer <k@ailis.de>
#
# Check if JAVA_HOME is set
if [ "$JAVA_HOME" = "" ]
then
echo "ERROR: JAVA_HOME must be set."
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.