Results 16 comments of Kris Jenkins

Yes, sorry, let me back up a bit and explain. Here's a simple example (which I've lifted from @rtfeldman's signup form sample): [Demo](http://krisajenkins.github.io/elm-signup-form/) [Source](https://github.com/krisajenkins/elm-signup-form/blob/master/SignupForm.elm) As it says, if you type...

This may prove useful: [Intro to IDO](http://www.masteringemacs.org/articles/2010/10/10/introduction-to-ido-mode/).

I did a bit of research on this (because I'd like decimal support too). Avro-C doesn't support decimal because it doesn't support logical types. There's a [PR open for it](https://github.com/apache/avro/pull/843)...

A quick comment: Sometimes case #2 - actually embedding the object within the parent - is necessary. If you want atomic updates of both parent and child, they have to...

This issue can be closed now, right?

I'm confused by this change - the code just seems to bind to `normal` mode a second time. What am I'm missing?

Yeah, this would be a great improvement. I don't want this to be tied to Bootstrap, it was just a good starting point. For my own reference, here are the...

Right, I've got something that looks okay. Do you want to give the new `views` branch a test drive? To try it, you should just need to: 1. Check out...

I've had a quick look at this. For your example `Position` type, generating type source (with `toElmTypeSource`) basically works already. (I've just pushed a whitespace change & a unit test,...

After a design discussion with @mattjbray, we now have a plan for how to handle this cleanly. I'm going to need it myself very soon, so hopefully I'll get time...