Skip to content

Instantly share code, notes, and snippets.

View miku86's full-sized avatar
🛠️
Creating

miku86

🛠️
Creating
View GitHub Profile
@miku86
miku86 / gist:29bc65ba996dc5e6588286780e975541
Created April 27, 2021 15:31
2021-04-27T15_22_07_260Z-debug
0 verbose cli [
0 verbose cli '/usr/bin/node',
0 verbose cli '/usr/bin/npm',
0 verbose cli 'install',
0 verbose cli '--cache /home/miku86/.cache/yay/joplin/src/npm-cache'
0 verbose cli ]
1 info using npm@7.11.1
2 info using node@v14.16.0
3 timing npm:load:whichnode Completed in 11ms
4 timing config:load:defaults Completed in 4ms
@miku86
miku86 / debloat-xiaomi.txt
Created October 21, 2019 11:55
debloat-xiaomi
Tested on:
OS: Arch Linux 5.3.7
Phone: Xiaomi Redmi 7A
Phone OS: MIUI 10.2.5 Global
----------------------------
As always: Backup (e.g. TWRP).
Activate USB debugging.
Open your terminal and go to the directory, where adb lives.
@miku86
miku86 / tsconfig.json
Created September 18, 2019 18:09
my custom tsconfig.json file for the typescript compiler
{
"compilerOptions": {
/* Basic Options */
// "incremental": true, /* Enable incremental compilation */
"target": "es2016" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
// "lib": [], /* Specify library files to be included in the compilation. */
// "allowJs": true, /* Allow javascript files to be compiled. */
// "checkJs": true, /* Report errors in .js files. */
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */