-
Hey @dcasati - think about joining the https://github.com/plantuml-stdlib org :)
-
I'd really like to be able to point someone to http://gist.io/pcrockett where they can see several of my gists on one page. Similar to the way you see a user's gists when you go to https://gist.github…
-
Hi @hughsk!
I always use these labels, but one badge I oftentimes find needed but absent here is _work in progress_ badge. Factually that is a status of project, indicating that it is too early to us…
-
Hello,
I'd like to propose a rule to disallow multiple consecutive empty lines in a file. E.g.:
```scss
/* Allowed */
.foo {
margin: 5px;
}
.bar {
padding: 10px;
}
/* Disallo…
-
It's June 07, 2021 at 08:59PM
-
Modern Node.js modules can be served as ESMs or CommonJS modules. These are differentiated either by their `package.json`, or by the extension of the file. It appears that `unpkg` properly serves `.mj…
-
We use Ansible onsite to replace contents in placeholders dynamically within shell script "templates". Shellcheck complains about the placeholders (marked by "{{ name }}" which is fine, but I'm unable…
-
I'd like to re-open the discussion around whether the paths registered with PHPCS should be absolute or relative paths.
Some previous issues related to this: #14, #33, #73
### Current status aft…
jrfnl updated
2 years ago
-
Nice to see issue 34 is accepted and worked on. Adding on to that, I think there should be a WebDriverBackedSeleniumTestCase.
This will help users of the PHPUnit Selenium (RC) extension migrate tests…
daluu updated
2 years ago
-
At this moment, the plugin very deliberately only registers packages with the `phpcodesniffer-standard` type set in their `composer.json` file with PHP_CodeSniffer (providing a `ruleset.xml` file can …
jrfnl updated
2 months ago