Julius

Results 4 comments of Julius

Same problem for me. When printing from Google Chrome on Android, the whole page gets printed. When I switch from iframe: true to iframe: false, it won't even load the...

Long time ago... I think i switched to "**printjs**" or "**printThis**".

I found a messy but working solution for this issue. Basically, I re-initialize AOS after navigation with a small timeout — not elegant, but it fixes the problem. ```js let...

Everyone having the same issue, this is the fix: 1. Change the File /vendor/openai-php/client/src/Responses/Threads/Messages/**ThreadMessageResponseContentImageUrl**.php ``` private function __construct( public string $imageUrl, public ?string $detail, ) { } public static function...