Quick guide on how to setup git signing. Information is aggregated from following sources:
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
import axios, { | |
AxiosRequestConfig, | |
Method, | |
} from 'axios'; | |
export const makeAxiosRequestConfig = ( | |
method: Method, | |
path: string, | |
data?: { [key: string]: any }, |
Force layout test/experiment with images
Sources: