System errors are defined here
$ cat /usr/include/asm-generic/errno.h #ifndef _ASM_GENERIC_ERRNO_H #define _ASM_GENERIC_ERRNO_H #include <asm-generic/errno-base.h> #define EDEADLK 35 /* Resource »
$ cat /usr/include/asm-generic/errno.h #ifndef _ASM_GENERIC_ERRNO_H #define _ASM_GENERIC_ERRNO_H #include <asm-generic/errno-base.h> #define EDEADLK 35 /* Resource »
localStorage.setItem = function(foo) { console.log(foo); }; localStorage.setItem('fail'); // Outputs 'fail' »
For the last few months, this has been happening to me and its really annoying. If I update npm without root privileges like this $ npm update »
In case you see a message similar to this qrencode: error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file »
When faced with this error when installing node-canvas Package xcb-shm was not found in the pkg-config search path. Perhaps you should add the directory containing `xcb-shm. »
I was preparing to go live with one of our clients before launch, ran some benchmarks on the servers. The production instance is an EC2 m1. »