John
John
This issue is the result of a bug that was introduced in the UIDatePicker in iOS 7. It only occurs when the date picker is in the `UIDatePickerModeCountDownTimer` mode. More...
django and docs are both loading because they both use [`.envs/.local/.django`](https://github.com/pydanny/cookiecutter-django/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/local.yml#L47), which confuses the nginx environment variable configuration.
No, this is a separate issue. - John Ryding > On Jun 7, 2016, at 1:28 PM, Matt Robenolt [email protected] wrote: > > Is this related to #85 by any...
Another issue i found was that the MultiLangDaemon was running, but I was getting zero output to stdout or to a local text file whenever `process_record` was called. After stumbling...
+1 on this issue
If there is also a way to use OpenGL or a graphics library to smooth out the image once zoomed in - that would be awesome. I highly doubt that...
Looking at a [similar issue in the istanbul project](https://github.com/gotwarlost/istanbul/issues/38), the problem there was that the code was asynchronously loading all of the files to run the action against them. Digging...
If i don't ignore ANY files, my project has just over 1000 files to instrument. Ignoring some files (e.g. lib/) bring it down to 600-800 files. I expect this to...
# Workaround To work around this issue, I exclude the `wagtailcore.pagerevision` in my data dump: ``` $> django-admin.py dumpdata --natural-foreign --indent=4 -e contenttypes -e auth.Permission -e sessions -e wagtailcore.pagerevision ```...
I am able to work around this issue by running: `rpm --import http://passenger.stealthymonkeys.com/RPM-GPG-KEY-stealthymonkeys.asc`