You May Also Enjoy
Kill All Spring Processes
1 minute read
If you’re an active Rails user in multiple projects like me, you’ll probably would’ve noticed that at some point, you forgot to turn off spring in those proj...
Testing jQuery animations in Jasmine
less than 1 minute read
The simplest, and fastest way is to simply ignore the animations with setting jQuery.fx.off = true and checking for whatever the final result is:
Throttle Down Rails Processes
less than 1 minute read
TL;DR: You can use renice. For each process named process{n}, you can write something like
Use HTML/CSS/JS plugins for VueJS files
less than 1 minute read
Often vim plugins and configs activate for a certain filetype, so set your filetype in the current buffer. For example, I want currently want to use html hig...