Skip to content

Instantly share code, notes, and snippets.

View cabezayunke's full-sized avatar

José Ramón Blanco Rey cabezayunke

View GitHub Profile
@cabezayunke
cabezayunke / settings.json
Last active March 16, 2023 18:48
vscode jestrunner settings
{
"jestrunner.jestCommand": "jest --config ./jest.config.js",
"jestrunner.jestPath": "${workspaceRoot}/node_modules/.bin/jest",
"jestrunner.debugOptions": {
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/jest",
"args": ["--runInBand", "--no-cache"],
"cwd": "${workspaceRoot}",
"protocol": "inspector",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
@cabezayunke
cabezayunke / do_not_disturb.sh
Created January 26, 2023 10:34
ubuntu do not disturb script
#!/bin/bash
do_not_disturb_on() {
notify-send "Notifications are disabled" -i user-busy
gsettings set org.gnome.desktop.notifications show-banners false
killall whatsie telegram-desktop slack
}
do_not_disturb_off() {
gsettings set org.gnome.desktop.notifications show-banners true
@cabezayunke
cabezayunke / gist:1ed40af52fa9e6552505dd2f1640a9b6
Created November 9, 2017 17:42
nyc html reporter issue - system info
v8.6.0
5.5.1
/projectDirHere
└─┬ bot-tester@3.2.2
├── bluebird@3.5.1
├─┬ botbuilder@3.11.0
│ ├── async@1.5.2
│ ├── base64url@2.0.0
│ ├─┬ chrono-node@1.3.5
│ │ └── moment@2.19.1
@cabezayunke
cabezayunke / gist:7b7f53b5af54907a6da87caa6634a203
Created November 9, 2017 17:42
nyc html reporter issue - system info
v8.6.0
5.5.1
/projectDirHere
└─┬ bot-tester@3.2.2
├── bluebird@3.5.1
├─┬ botbuilder@3.11.0
│ ├── async@1.5.2
│ ├── base64url@2.0.0
│ ├─┬ chrono-node@1.3.5
│ │ └── moment@2.19.1