Lincoln Clarete

Results 100 comments of Lincoln Clarete

Hi @joeshaw, thanks for the bug report. I'm not sure why you're having this issue but I'm thinking of something related to your virtualenv. I created a brand new venv...

Interesting. Can you provide the output of the command `curd -lDEBUG install pep8`? Also, do you mind sending me more info about the Python and OS versions you're using? In...

Thanks for the very detailed description @tabletcorry. There's a very interesting information in your log. You're not rebuilding the pep8 package. You're always using curdling's cached wheel. Can you re-run...

Awesome, thanks for the quick answer again! Curdling works like this: search in pypi -> build wheel from .tar.gz packages -> install the wheel Looking at the logs, I guess...

That's a good feature to have! I thought about just skipping the `-e` parameter for now now and allow users to install edible dependencies specified with links; then in a...

Hi @adamfeuer Sorry for taking so long to chime in. A patch with this feature would be pretty awesome actually. I'd suggest taking a look in the [Uploader](https://github.com/clarete/curdling/blob/master/curdling/services/uploader.py) service. Also,...

Hi @adamfeuer, Your idea is definitely the way to go in the code, I like disabling the feature when the lib is not installed. The [trick I mentioned](http://peak.telecommunity.com/DevCenter/setuptools#declaring-extras-optional-features-with-their-own-dependencies) for the...

Hi, thanks for reporting the issue. Curdling doesn't actually support this feature. Documentation wise, I ended up following the other way around. I only documented the most stable features. I...

Not sure but I guess someone else asked something related to this matter in another issue. If that's not the case, feel free to rename this issue with something like...

So, curdling does provide a few `git` features, like specifying a given commit to be downloaded. It is [indeed documented](http://clarete.li/curdling/usage.html#install-specific-revisions) but the experience in curdling is really bad. If you...