Darío Javier Cravero

Results 43 comments of Darío Javier Cravero

Sorry @fgarcia, I don't want to leave this unanswered but I'm not with a steady internet connection so I just wanted to say I'll have a look at those as...

Hi @Ortuna, thanks for your comment. This is actually a bit higher on the stack, as @stakach says, it's a DSL that acts as a common interface to multiple WebSockets...

@ujifgc I reckon we can discuss that further but a smart use of [`replaceState`](https://developer.mozilla.org/en/docs/DOM/Manipulating_the_browser_history#The_replaceState%28%29.C2.A0method) and [`pushState`](https://developer.mozilla.org/en/docs/DOM/Manipulating_the_browser_history#The_pushState%28%29.C2.A0method) and a good algorithm to predict "page" jumps may give users an amazing experience....

@sonoman you're more than welcome to provide an implementation for it. The thing this kind of features is that eventually they should be functional on all the ORMs we support...

@kkirsche thanks for your help. The current implementation of the admin is already using bootstrap. I would be slightly concerned about forcing a UI framework but I'd say that, true...

:+1: Similar: #132 #428. @lenzcom sinatra-authentication looks nice but it mixes authentication with authorisation and those should preferably be separated.

@DAddYE what you're proposing makes sense since it would simplify the offering and allow for better reusability. Even more, with a clear interface adding new solutions or integrating existing ones...

:+1: On Sun, Oct 19, 2014 at 6:01 AM, Nathan Esquenazi [email protected] wrote: > @ujifgc https://github.com/ujifgc I know you put some effort behind > this here https://github.com/ujifgc/padrino-auth just wanted record...

It seems as if we're missing that link between embedded objects. We should probably add a condition on the generators when using Mongo to look at any embedded_in relations and...

I'll be alright with having an `onOpenComponent`/`onOpenFile` prop too like in #29 btw. I agree that it could then be used for other integrations other than text editors as @frantic...