Vitaliy F.

Results 8 issues of Vitaliy F.

memcached backend didnt raise ConnectionError, so why redis-cache do? maybe add setting like 'SKIP_CONNECTION_ERRORS'?

Year must be set first! lol! ``` var rounded = new Date(0); rounded.setMilliseconds(0); rounded.setSeconds(0); rounded.setMinutes(0); rounded.setHours(0); rounded.setDate(nearFuture.getDate()); rounded.setMonth(nearFuture.getMonth()); rounded.setFullYear(nearFuture.getFullYear()); // this line move to top ! ```

```golang func (ctr *rowConstructor) Static(width ...int) { for i := range width { width[i] = ctr.win.ctx.scale(width[i]) } ... ``` If called with slice - this slice is modified. This leads...

clean project. first time use of mongoengine. on mongo-admin url i get form wo text input fields. where to dig?

i just got UnicodeEncodeError in django_mailer/engine.py", line 91, in send_all fix: ``` try: result = send_queued_message(message, smtp_connection=connection, blacklist=blacklist) except Exception, e: result = constants.RESULT_FAILED logger.error(e) ```

settings.py: ``` EMAIL_BACKEND = 'django_mailer.smtp_queue.EmailBackend' ``` in code somewere: ``` except Exception, e: logger.error('discount_cards.views.register -> new_user.save -> %s' % e.message) ``` raise _BadHeaderError: Header values can't contain newlines_ truncated traceback:...

wright now () pypi.python.org is not opening but http://www.pypi-mirrors.org/ showing: 2014-08-19 10:21:16 0 seconds ago 55.73

``` // CreateVersionTable creates the version table, which is used to track migrations. When // creating this table, the implementation MUST also insert a row for the initial version (0)....