Matt Westcott

Results 450 comments of Matt Westcott

Closing due to lack of response - the rich text toolbar has been redesigned in Wagtail 4.0, and without further information it's unclear whether this has now been addressed. If...

> If there is guidance on how to have a quick sanity test of developer branches of treebeard against these projects, it would help us fulfill our stability expectations. Wagtail...

While people are offering workarounds... since this was a blocker for my project, I've now published [europarse](https://github.com/demozoo/europarse), a fork of the last working version (2.5.1) of dateutil.parse updated for current...

@mcarans The work I've done on this port is essentially just mechanical refactoring to get an old snapshot of the codebase working on current Python releases, and I don't foresee...

This does still exist in current main: ![Screenshot 2022-11-22 at 12 33 05](https://user-images.githubusercontent.com/85097/203315483-65e12d7b-d636-457e-bdf6-cf64b4c2006f.png) It appears that it was fixed for date pickers in modals as part of #8901, though.

I'm seeing lines like this in the posted logfile: ``` Traceback (most recent call last): File "C:\Users\G\AppData\Local\Programs\Python\Python39\lib\logging\__init__.py", line 1086, in emit stream.write(msg + self.terminator) File "C:\Users\G\AppData\Local\Programs\Python\Python39\lib\encodings\cp1251.py", line 19, in encode...

As things stand this is fixing a symptom of #220, rather than the bug itself, and causing a performance regression along the way. For background: the `AttributeError: 'NoneType' object has...