Steve Frécinaux
Steve Frécinaux
Examples of such use cases: - For Orange Belgium you have https://twitter.com/OrangeBEFR for French speaking, https://twitter.com/OrangeBENL for Dutch speaking, but no clear "corporate, national" account. - Some operators also operate...
When the XMPP server refuses the creation of a room for any reason, jicofo complains about an unexpected exception. It should probably maybe show a warning or something, but not...
This makes it possible to perform asynchronous operations while in the onPreview() callback, for instance using an AJAX request: ``` $("#form_content").markdown({ onPreview: function(editor, callback) { jQuery.ajax({ type: "POST", url: "/render-markdown",...
The basic concept of this backend is to forward TFTP queries "as is" to an HTTP server, as a simple way to allow dynamic files generated on the fly for...
This PR fixes this bug in Firefox:  See commit messages for details.
Commit ea9041dfdff introduced an issue where `GetFavourites()` was called instead of `GetUserTimeline()` when `latest_tweet_id` is not set (so, in other words, the first time). We also simplify calling `GetFavourites()` or...
If a component known by DynamicHTMLModule is embedded within another known component within a content, what will happen (depending on the declaration order of components) is: 1. a component will...
The model specifies a max length of 160 for the title column, but the form template specified a max length of 100 for the title field. Indeed, if you look...