Surya Kasturi

Results 25 comments of Surya Kasturi

I was thinking `django-1.5` was more like improving existing code. Its why I added lots of code and simultaneously fixed very necessary bugs found. Since each of the individual bug-fixing...

yeah, you can't upload images. This is fixed in https://github.com/scipy/SciPyCentral/pull/141 PR

@lomegor I have found why you were getting server error on search query. `django-haystack` requires another module `xapian-haystack` and xapian-haystack bindings for python. If you install those, the search is...

I have tested the commit you mentioned https://github.com/scipy/SciPyCentral/commit/a320450 The new changes in `slugify()` are causing UnicodeDecode error. I moved these changes to https://github.com/scipy/SciPyCentral/commit/983c851081d6d8898e15264671d369ec69a65fd8 These changes are required in the PR

@olivierverdier Nice idea. Should look into it carefully.

Yes. We do not yet support HTTPS connection. We shall take this is as enhancement request.

[I will answer 1st comment later on after making some changes] Regarding the 2nd comment: 1. There is no point of voting in listing without actually reading the submission! that's...

[2] The JS code waits for server to complete request. So, we see small lag which sometimes can be observed clearly. This kind of method ensures 1. To display only...

[1] I have observed it but didn't know the reason. But after making other changes, I didn't see it [3] Roughly, its taking 250-400ms for a vote. Do you think...

Need to write cron jobs