Martin Kutschker
Martin Kutschker
The spec conforming gap is part of the rules, but row-gap and column-gap are not.
If I understand the sysex message format its lead-in is 0xF0 followed by an arbitrary number of bytes ending in a final 0xF7. Bit 8 may never be set in...
# 🚀 Feature request ## Description I would like to make webhint exit with a non-zero exit code only when either at least one hint has the severity "error" or...
# 🚀 Feature request ## Description Webhint exits with 1 if at least one hint with serverity "error" is found, 2 if at least one hint with serverity "warning" is...
Especially in a CI context it is important to know the different (if any) return values for a run of webhint. The docs say nothing about the them.
### What would you want to propose? Transform scrollbar-color and scrollbar-width defined in https://drafts.csswg.org/css-scrollbars-1/ and supported by Firefox into the Webkit prefixed versions. ### Suggested solution Input ``` * {...
`$attributes = @ldap_get_attributes($this->connection, $this->firstResultEntry);` may return FALSE on array. In this case the following `foreach` loop will trigger a warning/error. In the flow of the code it may be the...
The buttons are beautfully and faithfully rendered. Unfortunately they are so small and have little contrast, so they are hard to see.
### Proposal WireMock already understands stubs in human-friendly JSON5 format. To make it easier for IDEs to do proper syntax highlighting allow files ending in .json5 within `mappings/` to clarify...
### Checklist - [x ] I checked for similar existing requests (both open and closed) before posting. - [ x] My request is generic, other users may benefit from it...