Alexis Jacomy

Results 40 issues of Alexis Jacomy

Currently, the hashes are split on slashes, and rebuilt by joining the elements with slashes. It would be better to treat the hashes only with RegExps to extract the dynamic...

enhancement

It might be nice to choose wether to read the state or the URL to initialize the router. One way to do that properly would be to open the `_checkHash`...

enhancement

Since domino.js already has its own "typing engine", it might be nice to be able to specify in services definition an object to constraint the input object.

enhancement

Here is the problem to solve: If in a React component with a domino mixin, you write something like : ``` javascript this.control.update('myProperty', myValue); this.control.emit('myEvent'); // Or maybe more something...

enhancement

...because it sucks.

documentation

Here are some cool features I would love to see implemented in domino.js: - Possibility to **grep** the logs - More **readable** logs (eventually _templatable_) - Even better: [More modern](http://adamschwartz.co/log/)...

enhancement

Shortcuts are often used as "dynamic properties". So, when properties are organized in different groups in the code (like "data", "interface", etc...), it is weird to have to group the...

In a project I'm currently working on, I must load dynamically assets from my modules, and it's pretty painful, right now. These assets cannot be referenced independantly in my domino...

enhancement