Should we avoid loading events?

Property definitions

github $ LoaderConfig :: no_events
	# Should we avoid loading events?
	fun no_events: Bool do
		if opt_no_events.value then return true
		return ini["loader.no_events"] == "true"
	end
lib/github/loader.nit:176,2--180,4