Skip to content

Instantly share code, notes, and snippets.

View latipun7's full-sized avatar
:octocat:
Life is hard.

Latif Sulistyo latipun7

:octocat:
Life is hard.
View GitHub Profile
@latipun7
latipun7 / # asciiquarium - 2020-09-26_13-41-48.txt
Created September 26, 2020 07:34
asciiquarium on Ubuntu 20.04.1 LTS - Homebrew build logs
Homebrew build logs for asciiquarium on Ubuntu 20.04.1 LTS
Build date: 2020-09-26 13:41:48
@latipun7
latipun7 / jest.config.js
Created September 3, 2020 10:02
Jest Config to Resolve Typescript Paths Mapping
/* eslint-disable @typescript-eslint/no-var-requires */
const { readFileSync } = require('fs');
const { resolve } = require('path');
const stripJSON = require('strip-json-comments');
const { pathsToModuleNameMapper } = require('ts-jest/utils');
function readAndStripJSON(...path) {
const rawJSONString = readFileSync(resolve(process.cwd(), ...path), {
encoding: 'utf8',
});
@latipun7
latipun7 / cloudSettings
Last active January 9, 2022 05:16
👨🏻‍💻 Power User Visual Studio Code Settings by Latipun 🛠✨
{"lastUpload":"2022-01-09T05:16:04.116Z","extensionVersion":"v3.4.3"}