Peter Zsoldos

Results 17 issues of Peter Zsoldos

I've just helped a non-developer friend on Mac setup & get started with blogofile (0.8.1b with python 2.7.1) , and we have run into numerous exceptions, that all boiled down...

bug
0.8-blocker

When writing posts with code snippets in rst format, e.g.: ``` --- title: Hello (Java) World --- My first post, a sample Java program! .. include:: ./snippets/HelloWorld.java :code: java ```...

## Environment: $ python --version Python 2.7.1 $ blogofile --version Blogofile 0.8b1 -- http://www.blogofile.com -- CPython 2.7.1 $ blogofile plugins list blog (0.8b1) - A simple blog engine - Ryan...

bug

It would be nice to have tox verify that it got the versions that it expected from its inputs or fail running the tests, as this way I can get...

feature:new
area:testenv-creation
area:reporting
level:hard
help:wanted

When trying to debug a flaky test, I got the following output ``` $ detect-test-pollution --failing-test ... --tests ... discovering all tests... -> discovered 83 tests! ensuring test passes by...

more details https://www.emberjs.com/deprecations/v2.x/#toc_ember-application-registry-ember-applicationinstance-registry the test file fails in `registerTestComponent` (sample generated `tests/integration/components/my-component-test.js`) ```js import { module, test } from 'qunit'; import { setupRenderingTest } from 'ember-qunit'; import { render }...

Also added regression tests for the things that had to be fixed during the upgrade

e.g.: with `py36-django111` ``` tests/testapp/tests/test_autokeyed_cache.py::test_after_runtime_key_change_its_not_in_cache /var/www/gitlibs/django-admin-caching/.tox/py36-django111/lib/python3.6/site-packages/django/core/cache/backends/base.py:243: CacheKeyWarning: Cache key contains characters that will cause errors if used with memcached: ':1:testapp.admin.MyGroupAdmin-auth.Group-first key' 'used with memcached: %r' % key, CacheKeyWarning /var/www/gitlibs/django-admin-caching/.tox/py36-django111/lib/python3.6/site-packages/django/core/cache/backends/base.py:243: CacheKeyWarning:...

bug
help wanted

similar to #2 some relevant settings/methods - `from django.utils.timezone import get_current_timezone_name` - `settings.USE_TZ` - `from django.utils.cache import _i18n_cache_key_suffix`

help wanted

it was out of scope for #21 which already turned out to be quite big the suggestion is to have a `djpt_combine_result_files` command that takes filepaths as `*args` (`LabelCommand`) and...