mattwestcott
- Karma
- 21
- Created
- January 18, 2011 (15y ago)
- Submissions
- 0
Developer at http://torchbox.com working mainly in Django and JS
Habitual tinkerer with Javascript, ZX Spectrums, ZX Spectrums in Javascript (http://jsspeccy.zxdemo.org/), music, and the demoscene.
Blog: http://matt.west.co.tt/ - Twitter: @westdotcodottt
That's probably down to the 128K Spectrums having a slightly faster clock speed than the original 16/48K model (3.5469MHz versus 3.5 exactly). I knew this would cause the timings to drift (hence the need for the RasPi…
> I see in no way how a BSD License is free. The FSF are quite happy to describe it as a free software licence https://www.gnu.org/licenses/license-list.html#ModifiedBSD - not sure who else's definition you'd rather…
It's not quite possible yet, but that's a frequently requested feature, and we're most of the way there. The wysiwyg component we're using, http://hallojs.org/, supports defining extra buttons via plugins, and Wagtail…
On the 'framework on top of the framework' point - one thing we've aimed to do with Wagtail is to preserve Django's approach to models, templates and so on, rather than falling into the 'inner platform' trap and…
There's an 'unofficial' online demo (with some limitations - image / file uploads aren't supported) courtesy of Wagtail contributor Serafeim Papastefanos here: http://gentle-refuge-2590.herokuapp.com/
Yes, multiple sites are supported - there's a single tree for all pages in the system, and any number of sites can be 'rooted' at different points in the tree. (Currently this is configured in Django's own admin…
There are some https://github.com/torchbox/wagtail/blob/master/wagtail/wagt... - but not enough, we know. We're on it!
oops, hazards of working off a live Git repo there :-) Fixed now - please run a git pull / pip install -r requirements/dev.txt and try again!
Agreed, proper test coverage is absolutely something we want to achieve. We're working on it as we speak... https://github.com/torchbox/wagtail/blob/master/wagtail/wagt... - Matt (lead Wagtail dev)
I had it as one tall column originally, but it turns out that one particular browser (Firefox, I think it was) refuses to render 44200px-high images.
"(or use a css sprite)" You mean like this one... http://smyfaceimages.s3.amazonaws.com/moods_orange.png ? (yes, it's a bit of a mammoth image, but that's animation for you...)