Incubatio

Results 7 issues of Incubatio

Using params on to the main() call can be very usefull (flexibility, reusability, ...) : require.run("app/main", [params], cb). For instance by calling several instance of an application using different parameters...

_I'm using this authentication system with datamapper over mongo-db_. Signup works but insert a dm-user with two id field: - "__id_" that contains the **identifier** of the records - "_id_"...

Would be nice to be able to be able to customize createdAt and updatedAt format simply. The point being to allow user to choose their format according to their need...

feature

fatal: [192.168.56.2]: FAILED! => {"failed": true, "msg": "ERROR! environment must be a dictionary, received env ()"} Googling and quickly falling on this ticket: https://github.com/ansible/ansible/issues/11912 I assume that several package from...

### Describe the bug When unstashing after a pull, if there is a conflict, the merge window doesn't appear. This issue happens on a daily basis, a workaround is to...

enhancement

Compiling with ```royale serve:prod``` seem to first compile js-debug, and second to compile (and not only minifying ?) js-prod from js-debug. While doing second one, i get a chunk of...