Mike Hedman
Mike Hedman
@dhritzkiv - making the change you identify fixed my problem of receiving xml responses. It seems that the default Accept header is "text/html,application/xhtml+xml,application/xml;q=0.9,_/_;q=0.8", which I think is just the default...
I've submitted a pull request to ampersand-sync to implement this suggestion: https://github.com/AmpersandJS/ampersand-sync/pull/24
@HenrikJoreteg, to answer your question, I would suggest that the behavior should be changed to be consistent with how the term "container" is used throughout the framework. For me, I...
Hi, Thanks for the quick response. You are correct about everything :) Something you could do to make it more clear would be to change the drag cursor to a...
I'd vote yes on the existence of a prescribed validate function - lots and lots of good things can happen there. To me, that's the bigger issue, so I might...
> running the user-defined one first, then Hoodie’s internal one If it were me, I would do the Hoodie one first, and then the user-defined, this would allow the user...
> I can’t think of a use case right now. And running Hoodie internal validation last would help with data integrity A use case that argues for doing the Hoodie...