Kaemmelot

Results 7 comments of Kaemmelot

This is the first file I have trouble with, all others worked just fine (including multiple PDFs). I'm running Debian 11.4, apache2 (2.4.54) with php8.1-fpm (8.1.4). I configured a new...

Some of the apache site configuration: ``` Protocols h2 http/1.1 RewriteEngine On SSLEngine on # SSLCertificate configured Alias /firefly/ /var/www/firefly/public/ Require all granted Options SymLinksIfOwnerMatch AllowOverride FileInfo AuthConfig Limit Options=All,MultiViews...

I found the difference for this PDF. I opened it in Notepad++ and found this: ``` -------------------------------28947758029299 Content-Disposition: form-data; name="censored.pdf"; filename="censored.pdf" Content-Type: application/x-gzip %PDF-1.4 ``` I have never seen a...

In case someone else stumbles upon this later on and searches for a solution: I fixed my problem by converting the PDF. I used the Adobe compress tool with minimal...

The problem seems to be in multi-project angular applications. In [this line](https://github.com/kamilkisiela/apollo-angular/blob/f9671d286af46eb512825d3039957fe09e9672ec/packages/apollo-angular/schematics/utils/project.ts#L28) the `defaultProject` is undefined because it [was deprecated quite some time ago](https://github.com/angular/angular-cli/issues/20661) and is now [finally removed via...

Just stumbled upon the same problem with Cypress 13.6.4. When using style classes via HostBindings, the mounted root HTML element seems to keep CSS classes from previous test cases. Edit:...

@shaharkazaz I saw your comment and was about to change the commits. Since this is the first time I wanted to rebase changes with GitHub as a tool, I tried...