berdario
berdario
I had another project folder open, and I opened a clojure file (inside a proper lein project) outside of that I tried to eval code, after starting the nrepl, but...
Hi, I was trying to move from Ack to Cgrep, but I find a couple of feature of the former missing in the latter. The most critical, would be the...
The webpage of the library in question disappeared in October: https://web.archive.org/web/20210901155345/http://antigrain.com/ Now it yields > This Account has been suspended I see that @ghaerr forked the project and ostensibly released...
You can try with these 2 videos: [Springone keynote](http://www.infoq.com/presentations/SpringOne2GX-2014-keynote-1?utm_source=infoq&utm_medium=videos_homepage&utm_campaign=videos_row2) [Spidermonkey parser](http://www.infoq.com/presentations/spidermonkey-parser-api?utm_source=infoq&utm_medium=videos_homepage&utm_campaign=videos_row3) The first will fail due to a trailing space in the filename. Pathlib takes care of this The second...
While working on the checksums PR, I realized that there are some python versions that aren't currently covered: - [ ] Newer [stackless versions](http://www.stackless.com/wiki/Download) - [ ] [Portable Pypy](https://github.com/saghul/pythonz/issues/88) -...
There're plenty of things that can go wrong during the compilation of protobuf: - Missing c++ compiler (but with the C and gcc preprocessor installed) - this [issue](http://code.google.com/p/open-lighting/issues/detail?id=52) - `javax.tools.ToolProvider/getSystemJavaCompiler`...
Supporting pyvenv (the stdlib venv module) might mean that in a remote future, where Python
These tests are disabled at the moment https://github.com/berdario/pew/blob/d46642f/tests/test_workon.py#L12 it might be possible (by installing sh/bash... with cygwin? or maybe with cmd.exe?) to provide stdin to the shell, and thus re-enabling...
https://pypi.python.org/pypi/virtualenv-rewrite it would help with https://github.com/berdario/pew/issues/90 and moving pew users to it might be a good first step before the rewrite will be shipped to everyone on the world