Kabiru Mwenja

Results 17 issues of Kabiru Mwenja

### Description Hey, I thought it'd be cool if we had a set of emojis for every Faker constant. I think it makes the CLI more fun and cooler. 😄...

enhancement

### Description Faker core has a very cool logo, I think it'd be really cool to have one for faker bot as well. 🙈

help wanted

Add terminal commands integration for `rafiki-zsh`. E.g. set emojis ``` $ rafiki --good=muscle --bad=rollingeyes ``` More ideas are welcome. 😊

help wanted

![](https://www.dropbox.com/s/1dbjvgqao9xd4v3/Screen%20Shot%202016-08-17%20at%2010.50.51%20AM.png?raw=1) Users should be able to set custom colours on the prompt. E.g. `panda`, `git:()`, `ft-test-#127978433`. Example variable names. ``` bash $RAFIKI_FOLDER_COLOR='cyan' $RAFIKI_GIT_WRAPPER_COLOR='blue' $RAFIKI_GIT_BRANCH_COLOR='red' ``` The colors should default to...

enhancement

### https://community.openproject.org/wp/52605 On "Login" click, transition to loading state; render back on success (failure state to be handle in [#Bug/52798](https://community.openproject.org/wp/52798)) - [x] Update the "Login" button to a form button...

feature

https://community.openproject.org/work_packages/54459 ### Wat? Project Attributes are `ProjectCustomField`s, when they are activated within a project a mapping is created in the join table `ProjectCustomFieldProjectMapping` ### How Add a new filter that...

needs review

### https://community.openproject.org/wp/52098 Follows https://github.com/opf/openproject/pull/15280 On direct upload, client side JQuery overrides the form submission to the _"direct"_ storage provider. This PR intercepts this submission by attaching form validity via [`HTMLObjectElement.setCustomValidity()`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement/setCustomValidity)...

bugfix

https://community.openproject.org/work_packages/54456 ### Implementation - [x] Add primer tabs - [x] Use the new `available_project_attributes` projects query filter to retrieve projects that have a given custom field activated #15400 - [x]...

feature
pullpreview
needs review

#### Implement search Make suggestions based on search terms $ hscode --search 'not found' The response should suggest status codes that contain the specified term. e.g. `404`.

enhancement
help wanted