Björn Steinbrink
Björn Steinbrink
In earlier versions it made sense to consume the widget when rendering, as many widgets only had an iterator that produced their contents, so it was gone when rendering was...
The `Once.Cookie` ViewHelper doesn't work at all. The first the the page is rendered, the content is missing, and then it is shown all the time. Almost backwards, but that...
Some language servers report unexpected EOF errors on the line that's actually one past the last line of the file. Be a bit more accomodating and just show them on...
**Describe the bug** Regularly, intelephense starts to report a bunch of things as undefined. Global functions like `in_array` are reported reported as `Undefined function 'My\Namespace\in_array'`, and even prefixing them with...
When InstCombine sees an addition of two sign-extended values and can prove that the addition won't overflow if done with the original width, it transforms the code to perform the...
**Problem** When running "cargo package" it complains about some files containing uncommited change, even though they're ignored by my .gitignore rules. This seems to only happen when the file is...
## Description Currently, if there are no patches provided, we assume that there's nothing to be done, but that's wrong in case that any installed package has patches applied, as...
## Description The check to determine if there are any patches present for a given package currently yields `true` for an empty set of patches, which can happen if all...
As of the 0.8 release, the taplo lsp server can't be installed using `:LspInstallServer` anymore, because the release assets are no longer `.tar.gz` files, but just `.gz` files. The format...