Sebastian

Results 44 issues of Sebastian

Some parameter like: ``` choko --watch ./apps ```

enhancement

When we work with a team of developers, we need a way to import and export dumps, to start an existing project. Something like: ``` cd ./apps/project-name choko db import...

enhancement

React is in tha hood, WIP at the [react branch](https://github.com/recidive/choko/compare/master...TallerWebSolutions:react). - [x] 1. React router. - [x] 2. Server rendering. - [x] 3. Isomorphic Reflux. - [ ] 4. Core...

### Motivation: Dependency resolution in the browser is a constant pain, and it's a big perfomance issue when loading so many separated files for only then to execute them. The...

New versions of Choko and extensions will come, but the core is different, because you have API's changes, and generally extensions are build on top of them. Will be awesome...

Bower resolve dependencies at a backend level, but we need more!! Jam uses the AMD/require tool at a browser level. Today we don't have this kind of dependency feature. http://jamjs.org/docs

enhancement

For example, Drupal has a command line tool named Drush, so it would be nice to have something like that in choko. Examples: ``` choko install choko start choko install...

enhancement
MVP

**Descrição:** Eu participo de eventos de Ágil, e por causa da cultura do próprio ágil, a auto organização é protagonismo é muito incentivado na comunidade. Isso traz muita inovação e...

conf-other

Hey! congrats for the work! I'm currently working in a Drupal Juju charm, but! and using the Perusio configs, and I already was considering a CM for doing that, currently...

question

```js import { every, some } from 'conducer' const hasRole = roleExpected => ({ user }) => user.roles.some(role => role === roleExpected) const isActiveUser = ({ user: { status }...