Dan Allen
Dan Allen
The function is safe against falsy values and the tests prove it.
Object.freeze() modifies the object in place, so no need to reassign
Google is now recommending that all new sites adopt the gtag.js script instead of analytics.js. > gtag.js is the web tagging library that works for Google's site measurement, conversion tracking,...
Add rudimentary support for the gtag.js tracking code. This at least gets the ball rolling. I'm unsure how to match all the features from analytics.js, but I've left room for...
When writing a custom serializer, it's often necessary to know the parent of a given node. However, the nodes in the tree currently only provide access to their children. Please...
Ruby gems has a way to run a command at the time a gem is installed. I think this would be a better solution for installing the fonts than requiring...
- handles slides only, not bullets
To allow the server to be accessed from any IP address in the network neighborhood, the host must be set to 0.0.0.0. However, this value then gets passed passed directly...