Connor DeVon Ness

Results 2 issues of Connor DeVon Ness

I just hosted a LAN party this past weekend and GhostStrike was a huge hit. We had a ton of fun. Thanks for developing and publishing this plugin. However, I...

Because `hasattr` just uses `getattr` until `AttributeError` is raised, it always returns true when running `hasattr(DotMap(), 'foobar')` This is expected behavior, as in #33 However, using `hasattr` raises `KeyError` if...