Felix Lamouroux

Results 5 issues of Felix Lamouroux

Work on a graph analyser has been started in https://github.com/stil4m/elm-analyse/pull/39. The next steps will be: - [ ] Add (interactive) visualisation in web UI (I would keep the code export...

We might consider providing an additional elm writer that creates multilingual modules. This would allow elm-apps to switch at runtime. Assuming that the following current "modules" exist per language containing...

help wanted

PO supports plurals officially: https://www.gnu.org/software/gettext/manual/html_node/Translating-plural-forms.html We would need to come up with a custom "encoding" for CSV formats.

help wanted

UIBarButtonItem provides the option to set different images/texts for different states. This is currently unsupported in ISHHoverBar.

enhancement
help wanted

Adding the view of a view controller to another view controllers view is not a good practice. We might consider deprecating the `showImage...` methods that lack the `inViewController:` argument. This...