Bob Whitelock
Bob Whitelock
Is this the same issue as https://github.com/typeddjango/django-stubs/issues/874, and if so was this also fixed by https://github.com/typeddjango/django-stubs/pull/909?
I've just seen https://github.com/xmlrunner/unittest-xml-reporting/pull/228, which looks somewhat related in that it fixes an issue with test times being under-reported. However the fix there doesn't seem to resolve this issue, when...
I've had a chance to investigate this issue a bit more, here's some brief notes on what I found: - This appears to be a common issue when writing Django...
I've logged a Django bug report for the underlying issue here: https://code.djangoproject.com/ticket/32140
@dnozay From my investigation above and the discussion in https://code.djangoproject.com/ticket/32140, I believe this is a bug with the elapsed time reporting of `unittest-xml-reporting` when tests are run with `--parallel`, due...
I like the idea of tweaking the current transitions API, and the suggested change seems like an improvement. I've been using the `Css.Transitions` module for the first time recently, and...
It does look like this is not currently possible. One issue with the suggested solution though is that this would only allow producing multiple box shadows where the different values...
I've encountered the same issue, in particular I get the following error logged in a page transition: ``` Uncaught TypeError: Cannot read property 'style' of undefined _hideFlippedSide @ FlipCard.js:198 ```...
FWIW I tried tweaking in various ways where I called `xcape` to work around this issue, but could never completely prevent it periodically occurring. I eventually found that switching to...
@darakian Thanks for checking anyway! I can get the code to run by just adding `global DICT_CACHE, DICT_FILESIZE` as described above - my concern is just that given the issue...