Marcel Cremer
Marcel Cremer
Hey, first of all - thank you for this awesome plugin. It makes the whole board much nicer to look at! when I was about to share one kanboard with...
Hi@all, I'd like to suggest better error messages if something bad happens while querying the postgres database. ### Current Behaviour Currently, I often encounter errors like: ``` { error: Column...
Hello everyone, my colleague just cloned our repository and encountered the following error message: Module not found: Error: Can't resolve 'ng2-file-upload/ng2-file-upload' in '...\src\app\modules\shared\components' After a bit of research, we found...
Given we have constraint like ``` typescript let constraint = { title: { presence: { allowEmpty: false, message: 'VALIDATION.REQUIRED' }, length: { minimum: 5, message: { message: 'VALIDATION.MINLENGTH', value: 5...