Revision feb16bd0
Added by Marc Dequènes over 13 years ago
- ID feb16bd04a7ec187c0b34b06c5680c51197af84f
IDEAS | ||
---|---|---|
ordered_list.empty? ? nil : ordered_list.first.range
|
||
end
|
||
- leaf node feature: declare a node as leaf and pass all other node elements as parameters
|
||
- list node detection: when no on_request is specified, list of children nodes are given,
|
||
back, which could be very useful for auto-completion on the future CLI interface, but
|
||
we need to know when a real action is to be run, to avoid completion triggering them
|
||
|
||
Clerk:
|
||
- API:
|
||
... | ... | |
+ I18n parameters (list of translation prefs)
|
||
|
||
Tasks:
|
||
- default error handler to avoid repeating on_error blocks with the
|
||
same code
|
||
- inheritance: thread data (auth token, I18n prefs…)
|
||
- wait notif on multiple channels:
|
||
by registering the same callback on multiple channels,
|
Also available in: Unified diff
[evol] Cyborg/Interface: support returning API call replies asynchronously