php4fan

Results 119 issues of php4fan

### Bug description Steps to reproduce the problem: ``` console.log("Exposing function..."); await page.exposeFunction('myFunction', () => { // whatever... return; }); console.log("Function exposed."); ``` About 80% of the times this works...

bug
confirmed

From manual page: https://php.net/function.xml-set-default-handler It says: > Description > xml_set_default_handler([XMLParser](https://www.php.net/manual/en/class.xmlparser.php) $parser, [callable](https://www.php.net/manual/en/language.types.callable.php) $handler): bool Ok so `$handler` is a callable. We all know what a callable is: either a string...

### Symfony version(s) affected 5.4.0 ### Description Similar to issue 44318, the "Remember Me" feature also doesn't work properly out of the box when the application "lives under a directory",...

Security
Bug
Status: Needs Review

### Describe the bug https://platform.openai.com/docs/api-reference/images/create-edit ![image](https://user-images.githubusercontent.com/13969584/223567027-3e859851-9126-4390-a4f5-0a4ed6bfed9d.png) According to the documentation, the arguments of `OpenAIApi.createImageEdit` are supposed to be in this order: ``` image, mask, prompt, ... ``` but the reality...

bug

I have a Laravel application that uses Grafika and had been working for months if not years. Without touching anything in my code, I **installed the ImageMagick php extension** and...

### Steps to reproduce 1. Type something in the global search box on the top-left 2. Immediately hit Enter, which is something that one usually does after entering a search...

bug
stale

### Steps to reproduce 1. Create a bot using Botfather, let's say the name is "My Bot" and the username is @myxxxxxxxbot 2. Go to a group chat where you...

bug
stale

### Steps to reproduce 1. Click on a deep-link to a bot with a `start` parameter, such as (this is a real link that you can use to test the...

bug

### Steps to reproduce 1. Have a supergroup where you are an admin with permission to stay anonymous 2. there's a bot which is also admin who posts in the...

bug