John Vandenberg

Results 1278 issues of John Vandenberg

### Issue Summary When there is an exception in `{% oscar_thumbnail ... %}`, it would be helpful if the error log entry (or an additional log entry) contained information about...

One of the mode annoying problems found during https://github.com/django-oscar/django-oscar/issues/3420 is able to be seen using django-admin-smoke-tests (pypi) on Oscar 2.0, if you give it data like ```yaml - model: offer.condition...

I have a set of model 'hacks' and other setup so that [`model-bakery`](https://pypi.org/project/model-bakery/) can be used with [`django-admin-smoke-tests` PR 18](https://github.com/greyside/django-admin-smoke-tests/pull/18) & [`django-admin-auto-tests`](https://github.com/alsur/django-admin-auto-tests) to smoke test the Oscar apps that are...

### Issue Summary My site has mounted the Dashboard on `/dashboard/`, and the shop on `/oscar/`. This requires a little fiddling to Shop to exclude dashboard urls, and to DashboardConfig...

The following is quite an unusual and development-only problem, which could quite reasonably be wontfixed IMO. It was the cause of https://github.com/django-oscar/django-oscar/issues/3388 I had briefly trialed `oscarbluelight` in dev (and...

#2954 # Issue Summary The Oscar Dashboard conflicts with https://github.com/django-admin-tools , as its dashboard is given label `dashboard` admin-tools is used by several Django admins , including https://github.com/django-fluent/django-fluent-dashboard , and...

If the repo is checked out with git "autocrlf" enabled, the DOS EOLs cause the scripts to not be executable. https://willi.am/blog/2016/08/11/docker-for-windows-dealing-with-windows-line-endings/ explains it. I'm happy to move `dos2unix` into the...

It would be useful to have an interface similar to `re.sub` that allows matching and in-place modifications of wikitext. pywikibot has many instances of regex's being used, and the regex's...

aspect: tree
priority: mid

pywikibot has a pure python template param extractor using regex, which behaves slightly different in corner cases to mwpfh. pywikibot's mwpfh code is simply using "parsed_wikitext_obj.filter_templates(recursive=True)": https://github.com/wikimedia/pywikibot-core/blob/master/pywikibot/textlib.py#L1013 and the lovely...

aspect: tree
priority: high

Since at least 0.16.0, this failure only occurs on PPC for openSUSE builds at https://build.opensuse.org/package/show/devel:languages:python/python-trio ```py trio/tests/test_unix_pipes.py::test_close_at_bad_time_for_send_all Timeout (0:01:00)! Thread 0x00007fffab7ef0f0 (most recent call first): File "/home/abuild/rpmbuild/BUILD/trio-0.16.0/trio/_core/tests/test_thread_cache.py", line 102 in...