Cristiano Betta
Cristiano Betta
Currently `bin.js` has a lot of replication because `commander.js` doesn't support multiple aliases per command. I've opened a proposal to add this: https://github.com/tj/commander.js/issues/531
Seems https://www.npmjs.com/package/commander-tabtab should do what we want (at least on OSX/Linux)
It would be cool to be able to use this to prevent similar looking usernames in a DB. What would it take to make that happen? I imagine one thing...
The `onSuccess` handler is called with no data and the following error is thrown. ``` Error: The popup was closed ``` It seems the popup is closed too quickly.
Related to #15 it might be nice to also support a flow that does not open a popup.
Is there a list of alternative adapters anywhere? `MotionModel::ArrayModelAdapter` is a nice starting point but a bit useless beyond initial experiments.
In keymaps/rubymotion.cson: Use the selector `atom-text-editor[mini]` to select mini-editors.
In keymaps/rubymotion.cson: Use the `atom-text-editor` tag instead of the `editor` class.
I already do this in a second step now but would like to explore adding this to the core. I basically use channel access as a ACL layer.