Christopher S. Case

Results 36 comments of Christopher S. Case

Additionally, having support for any alternative authentication system, like facebook/g+/persona would be excellent.

Would something along the lines of this be acceptable? (I'm still working out how to extend the config model correctly to make the button work, but figured I'd at least...

Now that google has [deprecated the OpenID login](https://developers.google.com/+/api/auth-migration#timetable), maybe it's worth reconsidering merging this in?

I'll jump into the mix. 1. For me, the simplicity was what attracted me immediately to the framework. I could start with just a markdown file in a `pages` folder,...

The design intention was definitely for that to behave like a debounce. I'd be more than happy to review a MR that fixes that.

@calvinmetcalf Ah, yeah, I've run into that as well. I wonder if, since I'm using mapnik directly in my project as well, I've circumvented the issue? Either way, I guess...

I'm running into the exact same issue.

> Creating new documents means that the documents will be GC as soon as they are not used anymore. If we keep a reference of all of them and then...

I have an interesting use case for reqlite. I'm working on a wiki project that's designed to handle tiny to medium sized wikis, basically tens of thousands of revisions at...

@Tlvenn Reading your comments, I think that what you really want is a sub document, which thinky _does_ support, though it's called "nested fields" in the documentation. As the [createModels](http://thinky.io/documentation/api/thinky/#createmodel)...