The sample contexts being set in views_arg_context_nodeapi() are conflicting with contexts I am setting in my own modules. I was setting my own node['nid'] context, but it kept mysteriously being overwritten by the nid of a block in my sidebar (I'm using the Node Blocks module). After some detective work, I finally traced the problem to this module.

I understand the utility of providing these default contexts, but could you please put them in a separate views_arg_context_examples module? That way those of us with specific needs can keep it disabled.