Skip to content

Instantly share code, notes, and snippets.

View ManotLuijiu's full-sized avatar
🏠
Working from home

Manot Luijiu ManotLuijiu

🏠
Working from home
View GitHub Profile
@ManotLuijiu
ManotLuijiu / settings.json
Last active October 17, 2023 03:03
vscode_settings
{
"files.autoSave": "afterDelay",
"editor.fontSize": 16,
"terminal.integrated.fontFamily": "AnonymicePro Nerd Font",
"editor.fontFamily": "AnonymicePro Nerd Font",
"terminal.integrated.fontSize": 16,
"editor.formatOnSave": true,
"editor.formatOnType": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.wordWrap": "on",
@ManotLuijiu
ManotLuijiu / thai_zipcode.json
Created April 27, 2023 02:40
All Thai's District Subdistrict and Zip Code
[
{
"zipcode": "พระบรมมหาราชวัง พระนคร กรุงเทพมหานคร 10200"
},
{
"zipcode": "วังบูรพาภิรมย์ พระนคร กรุงเทพมหานคร 10200"
},
{
"zipcode": "วัดราชบพิธ พระนคร กรุงเทพมหานคร 10200"
},
@ManotLuijiu
ManotLuijiu / mongoose.log
Created December 5, 2022 03:06
Error from mongoose when model had been edited
error - Error: Service validation failed: brand: Path `brand` is required., price: Path `price` is required., image: Path `image` is required.
at ValidationError.inspect (/Users/manotlj/Project/AodProject/NextJS-Ecommerce/acc-service-app/node_modules/mongoose/lib/error/validation.js:50:26)
at formatValue (node:internal/util/inspect:806:19)
at inspect (node:internal/util/inspect:365:10)
at formatWithOptionsInternal (node:internal/util/inspect:2273:40)
at formatWithOptions (node:internal/util/inspect:2135:10)
at console.value (node:internal/console/constructor:349:14)
at console.warn (node:internal/console/constructor:382:61)
at Object.error (/Users/manotlj/Project/AodProject/NextJS-Ecommerce/acc-service-app/node_modules/next/dist/build/output/log.js:33:13)
at DevServer.logErrorWithOriginalStack (/Users/manotlj/Project/AodProject/NextJS-Ecommerce/acc-service-app/node_modules/next/dist/server/dev/next-dev-server.js:805:21) {
@ManotLuijiu
ManotLuijiu / .eslintrc.json
Created December 3, 2022 06:16
import/order for eslint
{
"env": { "browser": true, "node": true, "es6": true },
"extends": ["eslint:recommended", "next/core-web-vitals"],
"rules": {
"import/order": [
1,
{
"groups": [
"external",
"builtin",
@ManotLuijiu
ManotLuijiu / vimrc.log
Last active October 2, 2022 00:34
vimrc
let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim'
if empty(glob(data_dir . '/autoload/plug.vim'))
silent execute '!curl -fLo '.data_dir.'/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
call plug#begin('~/.vim/plugged')
Plug 'preservim/nerdtree'
Plug 'prettier/vim-prettier', { 'do': 'yarn install' }
@ManotLuijiu
ManotLuijiu / xcodebuild.log
Created May 23, 2022 02:45
xcodebuild showing info on terminal launch
2022-05-23 09:06:42.839 xcodebuild[2685:28571] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-05-23 09:06:42.840 xcodebuild[2685:28571] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-05-23 09:06:50.572 xcodebuild[2722:28813] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-05-23 09:06:50.573 xcodebuild[2722:28813] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtension
@ManotLuijiu
ManotLuijiu / index.html
Created May 14, 2022 11:31
Using Flex to center
<div class="container">
<h1>Center an element both Horizontally and Vertically using flexbox</h1>
</div>
@ManotLuijiu
ManotLuijiu / index.html
Created May 14, 2022 11:27
Using Grid to center
<div class="container">
<h1>Center an element both Horizontally and Vertically using grid</h1>
</div>
@ManotLuijiu
ManotLuijiu / nanorc
Created September 8, 2021 12:13
Enable colorize for nano on Mac
set autoindent
set historylog
set linenumbers
set numbercolor lagoon,black
set functioncolor lagoon,black
set titlecolor lagoon,black
set mouse
set regexp
set speller "aspell -x -c"
set tabsize 4
@ManotLuijiu
ManotLuijiu / crontab_e.txt
Last active September 3, 2021 04:37
updateNVM.sh via crontab and zsh script
20 14 1 * * /bin/zsh ~/Documents/CustomScripts/updateNVM.sh