Designcise
Designcise
maybe in the next version you should also consider adding `(content|chunk|full)?hash` ? `fullhash` is not picked up at the moment
@mbunge @BlackScorp Thank you for your input. @mbunge can we have a thread where we can clearly outline the vision, future version goals, deadlines, etc. to streamline development process and...
@BlackScorp Well it's always good to have a vision and goals for a project to determine where it's heading and if it aligns with what you want for your project....
@mbunge can we setup a hawkbit documentation website maybe? I can help write it. If we have good documentation for hawkbit, more users would likely use it, and it will...
@mbunge that's great! for version 3, can we also try to add more choices to the container and router maybe? See Zend Expressive's pipeline config file, something similar to that...
I was referring to the "grey" background that highlights the first item always.. it gives the impression that the first item is active .. should the previously active item not...
Seems to occur only when collapsing "case"; it doesn't collapse the multiline echo (PHP). Try collapsing 'case' in the following example: ``` switch($x) { case 'value': if(FALSE) { // do...