Greg Chapple
Greg Chapple
Yep, sounds good to me too. I've been thinking about this for a while, specifically the frontend/backend thing. I was toying with the idea of using [conrod](https://github.com/pistondevelopers/conrod) as a GUI...
I've just committed an initial cut of a Rustbox frontend. All the drawing happens in there now. It definitely needs more work, but its a start. Let me know what...
Actually, it handles all the keyevents and the drawing. I need to clean up the initialisation, then the next step will be to implement the querying, which I'll need to...
Thanks for checking it out! I'm working on windows support at the moment, so you should be able to use it soon there too. What kind of information would you...
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option
An interesting comment from the Trac discussion: > Changing the re-validation and making the last step a special case isn't a good idea. Think about a case when someone want's...
Moved a few over (#15, #16 #17) - will try move the rest over later.
Added #18 & #19 - which leaves five left to port over: - [x] https://code.djangoproject.com/ticket/20116 - [x] https://code.djangoproject.com/ticket/10810 - [x] https://code.djangoproject.com/ticket/8690 - [x] https://code.djangoproject.com/ticket/7808 - [x] https://code.djangoproject.com/ticket/4363 After we get...
@jezdez no problem, happy to help. I've moved over all the ones listed above. The only one left is [#23677](https://code.djangoproject.com/ticket/23677) which is the ticket covering the extraction of formtools to...
Yeah I thought I remembered seeing it before alright Fair enough, that sounds reasonable :) What are you not happy with regarding modes and commands? Anything I can help with?