Rasmus Schultz

Results 160 issues of Rasmus Schultz

Per [this thread](https://github.com/php-fig/simple-cache/commit/c671bf12e2e3d06e8af28421177b15b9f29d55e0), I understand that tool support is not a concern or priority for the FIG, so I don't expect this PR will be merged - a replacement package...

Today, I was bitten by the denormalization of URI query-strings between the URI model and the ServerRequest model. I was delegating a request object, and although the URI included a...

The home page contains weird markup: there's a `` in the `` and the browser seems to have trouble understanding where the `` begins - a validator reports a "stray...

This issue may be a bit controversial, because the spec (PSR-17) appears to be incomplete on this point. The issue is with the state of the internal stream produced by...

The documentation for JSX describes a syntax transform with an `@JSX` attribute/decorator. The documentation for attributes/decorators, however, describes only a built-in set of what must be compiler directives? Your description...

Tags like `` are not valid - the `src` attribute is required for validation. Mangled image tags also could affect search engine rankings - some engines penalize for bad markup...

I was wondering, could you speak to the motivation or near/long-term goals of this project? When first I saw this project emerge, I thought, "great, a company with real resources...

Since PHP 8 introduces [attributes](https://www.php.net/manual/en/language.attributes.overview.php), the future justification for this project is probably in question. I've already voiced this thought to @aik099 who largely took over development after me, and...

If or when [typedef](https://github.com/phpDocumentor/fig-standards/blob/features/typedef/proposed/phpdoc.md#823-typedef) gets standardized by PSR-5, we may wish to add support for nested annotations. Without breaking BC, this could be implemented by adding a new interface, e.g.:...

I noticed that resolved class-names are now being cached, and that the annotation-names are no longer used. In a cache-file, I see e.g.: ``` 'SampleAnnotation' => array( array('#name' => 'usage',...