Etienne Magnier

Results 22 issues of Etienne Magnier

@csswizardry: There was some merged PRs recently, could you also update the git tag and the version in the `bower.json`? We are using some automated systems & builds servers, and...

_I originally [opened this issue](https://github.com/projectfluent/fluent.js/issues/580) on the fluent.js repo, but since I still haven't had any answers after a few months, and because it seems a Fluent syntax issue (rather...

I'm trying to pass a variable (`$week`) from my application, to a **selector** as an argument. ```fluent week-nb = Number: { $week } week-name = {-ordinal(num: $week, gender: "feminine") }...

When a user clicks/taps on a tab, is there a way to **always** pop all screens, whether the user is already on the selected tab **or not**? I took a...

In addition to the `popScreensOnTapOfSelectedTab`, this PR suggest to add a `popAllScreensOnTapAnyTabs` options (maybe it could have a better name if you have suggestions). With this option enabled, all the...

In some cases, it could be helpful to append the Sass compiler version in the CSS. sass / scss: ``` scss /* * Sass version: #{get-sass-version()} */ ``` css: ```...

enhancement
under consideration

This adds 2 additional options, that give the possibility to use any markdown library we want. E.g.: ``` js $("#target-editor").markdown({ htmlToMarkdown: function(html) { return toMarkdown(html); }, markdownToHtml: function(md) { return...

When using the system undo/redo after have used the toolbar buttons, the content in the textarea becomes messed up.

The `/scripts/` files from romcal v2 are still in the codebase, but they seem not executed anymore. @pejulian, you worked mainly on them. Can you provide us a bit more...

concept: infrastructure

When we are using romcal as a middleware (for example, in a backend Rest API), some properties that are lazy-computed will not be output by default. These properties are all...

change: feature request
concept: infrastructure