git rm -r --cached **/.DS_Store
git commit -m "Remove .DS_Store files to enforce .gitignore rule"
git push
Quotas and limits https://firebase.google.com/docs/functions/quotas
Manage functions https://firebase.google.com/docs/functions/manage-functions?gen=2nd
Quotas and limits https://firebase.google.com/docs/functions/quotas https://stackoverflow.com/questions/43313251/cloud-functions-for-firebase-killed-due-to-memory-limit-exceeded
Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various Git commands.
HTTPie is making APIs simple and intuitive for those building the tools of our time.
jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.
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
# launch pgadmin from docker | |
services: | |
pgadmin: | |
container_name: pgadmin | |
image: dpage/pgadmin4 | |
environment: | |
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:-pgadmin4@pgadmin.org} | |
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-admin} | |
PGADMIN_CONFIG_SERVER_MODE: 'False' | |
ports: |
NewerOlder