Results 34 issues of jxltom

Error will be raised if url is empty or null. This PR supports to return blank configuration directly if url is null or empty. This is very useful when users...

enhancement

Since two rx are enabled by rollover, currently the readed messages won't be in the correct order if received messages are very fast. This is because rx0 is always the...

Currently if the database is not stable and connection is lost, celerycam can not reconnect db connection automatically and it can not work properly anymore. The error ```connection already closed```...

If I setup a django test runner for pytest and start pytest with ```python manage.py test```, ```DJANGO_SETTINGS_MODULE``` in configurations such as ```setup.cfg``` or ```pytest.ini``` does not work since ```DJANGO_SETTINGS_MODULE``` is...

There are non ascii characters in https://github.com/jpush/jpush-api-python-client/blob/470d2d027c518f18245f0a8a61c93e440a76b551/jpush/common.py#L84, this will raise ```SyntaxError: Non-ASCII character '\xe4' in file /app/.heroku/python/lib/python2.7/site-packages/jpush/common.py on line 84, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details``` error in...

If one uploads a project with default version schema which is timestamp using scrapyd-client, and then upload a new version of same project but with GIT version which is specified...

type: bug

Currently after coping application to ```/app``` during building in herokuish, original file modification time are all lost and time for coping will be used. This may cause issue when running...

I'm curious what are the differences between them? Thanks.

This is because ```open``` function will use system encoding which is got by ```locale.getpreferredencoding(False)``` according to [python documentation](https://docs.python.org/3/library/functions.html#open). This may cause installation failure in non UTF-8 encoding systems. At least,...