Thomas Landauer
Thomas Landauer
In other words: Add the output of `psalm -v` to the beginning of the regular output: ```bash $ vendor/bin/psalm Psalm 4.26.0@6998fabb2bf528b65777bf9941920888d23c03ac #
| Q | A | ------------- | --- | License | MIT | Packagist | https://packagist.org/packages/codeception/codeception Still missing: This should be added to `composer.json`, right?: ```json "autoload-dev": { "psr-4": {...
### Description It would be handy to have a way to get the total sizes (bytes) of an email before sending it. Why: Calculating it yourself will never work, since:...
Hi, please include a feature to allow the text field into which I enter the search string to get wider; either by making it expand automatically (as longer text is...
This is my answer to point 1 at https://github.com/secit-pl/imap-bundle/pull/37#issuecomment-1905650091 * You shouldn't call it "example_connection", cause then it would be injected as `exampleConnectionConnection` ;-) * I also changed `full_config` to...
When a field is defined as `simple_array`: ```php #[ORM\Column(type: Types::SIMPLE_ARRAY, length: 255, nullable: true)] private array $foo = []; ``` ... then using it in a Query Builder like this...
See https://en.wikipedia.org/wiki/Bounce_message
https://validator.w3.org/nu/ says: > Warning: Self-closing tag syntax in text/html documents is [widely discouraged](https://google.github.io/styleguide/htmlcssguide.html#Document_Type); it’s unnecessary and [interacts badly with other HTML features](https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=10809) (e.g., unquoted attribute values). If you’re using a...