Dirk Weise
Dirk Weise
makepot.php regenerates the POT file on every call even if no string has changed. Desired behaviour: it would be nice™ if the pot file could stay untouched if no strings...
When showing binary data as hex (_View->Display Binary Data as Hex_), the data is shown prefixed with `0x`. When filtering the table data with the _= (Hex String)_ comparator, you...
Hi. When you use react-most-wanted in phpstorm and click on "go to definition" you are sent to the dist version of the component which is ok to check for properties...
**Describe the bug** Spectral fails with `Cannot read properties of null (reading 'in')` and exit code `2` when you use `null` where spectral doesn't expect it. **To Reproduce** 1. Given...
It would be cool if DevUtilsApp had a feature to decode certificates. Nobody wants to paste private certificate keys into some random website and trying to remember the correct openssl...
I'd like to suggest to create/generate an [OpenAPI/Swagger](https://swagger.io/docs/specification/about/) specification for the API. This would allow to use great and widely adopted tools like [Postman](https://www.postman.com/product/api-client) to expore it. In addition, the...
Portman uses a `/tmp` directory in the project folder. While this is probably quite helpful while debugging Portman, it adds unnecessary noise for the regular user. It would be kind...
From my experience it's a very common mistake to add siblings to `$refs`, especially when someone wants to change the description, title or example of a referenced element. A rule...
### What problem does this feature solve? It would be cool, if the stylelint extension could be enabled as formatter for SCSS files just like it's possible to enable it...
Is it somehow possible to support Laravels autodicovery feature? I tried to dig into Laravel to find the relevant code but I only found the place [where the extra gets...