aspe:keyoxide.org:QE7TCRY5MSDM6WOXCR4I5EEWPU
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/bash | |
# Assumes that you have the Netlify and jq CLI tools installed and that you are logged in. | |
# Only been tested on macOS and zsh | |
# Will change the build image for all sites in a Netlify account to the specified image | |
# | |
# Usage: sh ./netlify-build-image-bulk.sh | |
# This assumes that you have logged in with the CLI fairly recently and that you're on macOS | |
# For other systems: https://github.com/sindresorhus/env-paths#pathsconfig | |
NETLIFY_AUTH=$(cat ~/Library/Preferences/netlify/config.json|jq -r ".users[].auth.token") |
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
Guidances | |
Poket* | |
Activated -> Loans | |
Loans | |
Rejected -> Investments | |
Already_rejected_Investments -> AmarthaLink | |
Modal* | |
Opted_in -> AmarthaLink |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
# Troubleshooting: LSP-typescript | |
## Version | |
- LSP: 1.22.0 | |
- Sublime Text: 4143 | |
## Server Test Run | |
- exit code: 0 | |
- output | |
``` | |
``` |
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
const styles = `p,li {max-width: 60ch !important;}`; | |
const style = document.createElement("style"); | |
document.head.appendChild(style); | |
style.appendChild(document.createTextNode(styles)); |
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
My Awesome Sketch | |
First State | |
some event -> Second State | |
Second State |
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
Order | |
Pending* | |
order_executed -> Executed | |
order_partially_executed -> Partially Executed | |
order_expired -> Expired | |
order_cancelled_by_backend -> Cancelled | |
Partially Executed | |
order_partially_executed -> Partially Executed | |
order_executed -> Executed | |
Executed |
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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
NewerOlder