Shahar Kedar
Shahar Kedar
I'm trying to use NVM_LAZY_LOAD to decrease the load time of my shell but it doesn't seem to have any effect. This is my .antigenrc file # Load the oh-my-zsh's...
in order to compare current branch to another branch or revision
I'm running some tests on naught and I've noticed a very strange behaviour: when changing the listening port of express and deploying, connections can still be established on the old...
Before this fix, any errors during preprocess would result in an error that doesn't provide a lot of debug information. For example, the path where the error happened was not...
Datadog documentation recommends using UDS (also known as IPC in Node.JS) when working with the Datadog containerized Agent (see https://docs.datadoghq.com/developers/dogstatsd/unix_socket). There's also a guide for implementing UDS in client libraries:...
Is there any intention to support async creation of components? For example, a connection to db should not be injected into another component until it is actually established (something that...
Changed travis.yml to include publish instructions when new tags are pushed to the repo
Travis CI tests should run on Node.JS v10.x and above. Looks like the most reasonable version given the LTS table: https://github.com/nodejs/Release.
Bluebird is better than Q in all aspects. Unfortunately, the migration might break users' code in case they relied on the fact that they are getting back Q promises. For...