Skip to content

Instantly share code, notes, and snippets.

View wight554's full-sized avatar
🇺🇦
https://uahelp.monobank.ua/

Volodymyr Zhdanov wight554

🇺🇦
https://uahelp.monobank.ua/
  • EPAM Systems
  • Kyiv, Ukraine
View GitHub Profile
{
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": true,
"skipLibCheck": false,
"module": "NodeNext",
{
configFile: '/Users/.../blog-template/tsconfig.server.json',
baseUrl: '.',
outDir: '/Users/.../blog-template/dist/server',
configDir: '/Users/.../blog-template',
outPath: '/Users/.../blog-template/dist/server',
confDirParentFolderName: 'blog-template',
hasExtraModule: false,
configDirInOutPath: null,
relConfDirPathInOutPath: null,
@wight554
wight554 / piesolutions
Last active August 16, 2018 15:54
Android P bringup
DISCLAIMER:
THIS SOLUTIONS ARE FOR SANE DUDES
THOSE WHO STUCK ON MAKEFILES SHOULD IGNORE
my solutions:
error: use of undeclared identifier 'EINVAL'
#include <cerrno>
error: use of undeclared identifier 'strerror'
@wight554
wight554 / changelog.txt
Last active April 7, 2018 15:52
ABC O Changelog (Kenzo)
====================
2018-04-07
====================
* device/xiaomi/chiron
a6c3d14 chiron: configs: update from MIUI 8.3.29 [Demon Singur]
* device/xiaomi/kenzo
218d799 kenzo: Guard XiaomiDoze and XiaomiParts packages [Wight554]
6c8525c camera: Properly include headers for new HALs' pathmap [Wight554]