Robert Basic
Robert Basic
While debugging the memory leak issues, I've noticed that Mockery is doing a bit more work than really necessary. The Mock class is full of docblocks and comments that increase...
With #732 I'm pretty much ripping out pretty-printing of objects when some things don't match. We should have pretty-printing, but not at a cost of having random side effects in...
Do we still want to support hhvm/hack/whatever it is? I'd be so happy to remove all code relating to that.
The list is out of date in the documentation. http://docs.mockery.io/en/latest/mockery/reserved_method_names.html
An attempt at #249, not sure if it's the right approach. The `once()` calls in tests are to make them not be risky.
Reported by @ldusan84 ``` Traceback (most recent call last): File "", line 11, in File "/home/robert/pugdebug/env/lib/python3.4/site-packages/PyInstaller-3.0.dev0-py3.4.egg/PyInstaller/loader/pyi_importers.py", line 308, in load_module File "/home/robert/pugdebug/env/lib/python3.4/site-packages/pkg_resources/__init__.py", line 22, in File "/home/robert/pugdebug/env/lib/python3.4/site-packages/PyInstaller-3.0.dev0-py3.4.egg/PyInstaller/loader/pyi_importers.py", line 478, in...
I probably need to drop Qt from 5.7 to 5.6 because 5.7 is C++11 only, which probably means impossible builds for older systems and this would be I think a...
It would be nice to be able to set a directory from the file browser as new root for the file browser. Right click option?