mcinp

Results 5 issues of mcinp

The dropdown is too long to fit into accordion-item thus it's impossible to see and select options from the bottom.

It's not possible to style text shadow on navbar links.This is due to default Bootstrap's text-shadow: 0 1px 0 @navbarBackgroundHighlight; in navbar.less It would be great to have the possibility...

enhancement

ODataClient::get() is described in phpdoc as returning IODataRequest object. This method further calls ODataClient::request() (the same @return IODataRequest object description). What gets called in the end is \SaintSystems\OData\ODataRequest::execute() which is...

Element.removeClassName only accepts single class name, that's why on line 82 this.$element.removeClass(reset) statement didn't remove any class and caused Affix element not to return to original position when page was...

Hi. Thanks for the tool - really helpful sometimes. I noticed it doesn't mention trailing comma in array elements (PHP 7.2 - https://wiki.php.net/rfc/list-syntax-trailing-commas). It also doesn't mention trailing comma in...