CyrilFerlicot
CyrilFerlicot
For example the select widget
Some steps will go with https://github.com/DuneSt/MaterialDesignLite/issues/85
It would be cool if the switch API let the user get two labels as Polymer's one does. See: https://elements.polymer-project.org/elements/app-localize-behavior?view=demo:demo/index.html&active=Polymer.AppLocalizeBehavior
The select widget's menu doest not scroll. This is annoying. We should be able to make it scrollable. Like this: http://www.material-ui.com/#/components/select-field
It could be cool to have something like that: http://www.material-ui.com/#/components/auto-complete
In some previous version of Pharo we had the protocol of methods displayed in the message browser. It is really useful IMO because if I see a method in a...
I currently have an intern that is a beginner with Pharo and one thing happen a lot is that he creates a method #isAbstract and forget the return, which is...