For creating one ssh key for all github repositories, go here Create ssh keys Go to .ssh directory under your user root directory (or anywhere you want to store your…
I was trying to commit files that were created by other developer and I got the following warning. End of Line is handled differently by different operating systems, so When…
Landkit template is managed by webpack via node. I kept getting an error to start the webserver. How to debug: read the errors and see what is causing errors my…
from Coursera course: Ancient Philosophy Parmenides Argument: Is vs. Is Not Parmenides argues that Change is unthinkable because we cannot talk about What is not. Change involves coming to be…
This became my favorite brine recipe. I especially liked the smoked tuna belly. Ingredients: About 10-15 lbs of tuna (albacore)2 quarts (64 oz) of Water 1 cup brown sugar 1…
Click on page -> CSS -> in inline, add the following: .grid_style .a-GV-w-hdr{ overflow-x: auto !important; } Click on region -> Appearance -> in CSS Classes, enter the class name…
Identification -> Type: Link Link -> Target -> Type : URL, and URL: #COLUMN_NAME# Link Attribute -> target="_blank" (if you would like it to be open on a separate page)
You can add a class called "custom_grid" to the Interactive Report Go to Grid Edit Region -> Appearance -> CSS Classes -> Add custom_grid in CSS Classes boxGo to Page…
How to add a constraint (in this case unique constraint) to an existing table ALTER TABLE mytable ADD CONSTRAINT user_role_uq UNIQUE (name, role); How to remove a constraint from an…
The scrollbar is located at the bottom of the report by default. You can add a top scrollbar for better usability. Click on the Page in CSS --> inline, add…
Source: https://www.kaggle.com/learn/geospatial-analysis, This is the code summary note for the Kaggle geospatial analysis geopandas frame has a geometry column that shows either a point/line/polygon Part 1: Your first map source:…
Newbie error.. I kept getting an error : unused manifest key: package.rand even though I included the following: rand = "0.8.3" My error was the location of where I added…