Skip to content

Instantly share code, notes, and snippets.

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

Praveen Dhawan praveendhawan

🏠
Working from home
View GitHub Profile
@praveendhawan
praveendhawan / coc-solargraph.log
Last active March 7, 2020 04:46
coc-solargraph logs
[Trace - 8:24:25 AM] Sending request 'initialize - (0)'.
Params: {
"processId": 55770,
"rootPath": "/Users/praveen/workspace/Office/spree-jiffyshirts",
"rootUri": "file:///Users/praveen/workspace/Office/spree-jiffyshirts",
"capabilities": {
"workspace": {
"applyEdit": true,
"workspaceEdit": {
"documentChanges": true,

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@praveendhawan
praveendhawan / rtags
Created August 28, 2018 05:56
Ripper-Tags - wrapper to work with gutentags - taken from - https://github.com/tmm1/ripper-tags/issues/49#issuecomment-386535936
#!/bin/sh
#
# Wrapper script to make the "ripper-tags" gem (https://github.com/tmm1/ripper-tags)
# work with vim-gutentags (https://github.com/ludovicchabant/vim-gutentags)
#
# Put this script in your $PATH, make it executable and configure vim-gutentags like this:
#
# "let g:gutentags_ctags_executable_ruby = 'rtags'"
#
# Parts taken from https://stackoverflow.com/a/14203146/171364 and https://github.com/tmm1/ripper-tags/issues/49
@praveendhawan
praveendhawan / Spree guides notes
Created March 27, 2018 08:00
SpreeGuides Notes
Spree Guides
Products
1. Track uniq products
2. Option Types -> denote the different options for a variant
3. Option Values -> values for option types
4. Product must be assigned at least one option type if you wish to create variants for that product
5. Variants -> individual variants of a Product
6. Master Variant -> tracks basic information such as a count on hand, a price and a SKU
@praveendhawan
praveendhawan / repos.txt
Created February 12, 2018 04:10
Noteworthy Github Repos
NodeJs
https://github.com/maxogden/art-of-node
https://github.com/ericdouglas/MEAN-Learning
DEFCON
https://github.com/fuzyll/defcon-vm
Kubernetes
https://github.com/kelseyhightower/kubernetes-the-hard-way
https://github.com/Praqma/LearnKubernetes