Kristopher Micinski

Results 5 issues of Kristopher Micinski

I've installed eclim, and emacs-eclim, and I've followed the README to give the appearance that eclim is working in emacs. I do a `eclim-project-open` for the necessary project (with success),...

The `Dex` module presents a leaky API to the user: lots of record cells are mutable, which ends up being problematic when inserting items because there are necessarily implicit invariants....

This is something I'm really looking for in an asynchronous scraper. How much work would be required to have it supported? I'm open to working on including it, if the...

feature
help wanted

``` Kyles-MBP-2:jeeves micinski$ nosetests tests/gallery/authentication E ====================================================================== ERROR: Failure: OSError (No such file /Users/micinski/projects/jeeves/tests/gallery/authentication) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Library/Python/2.7/site-packages/nose-1.3.7-py2.7.egg/nose/failure.py", line 42, in runTest raise self.exc_class(self.exc_val) OSError: No...

I installed Z3, and to confirm that Jeeves was working as expected, I did the following: ``` >>> from z3 import * >>> solve(x > 2, y < 10, x...