Mark Macdonald

Results 38 issues of Mark Macdonald

**Describe the bug** When you click inside a popover, then drag the mouse outside the popover and release the mouse, then `onOutsideClick` fires (meaning the popover then closes in my...

bug

Hi, please can we have React 17 support so I don't get this peer dependency warning upon npm install in my React 17 projects. Thanks! npm WARN [email protected] requires a...

Hello, thanks for the great package. I would like to request an improvement to how the package handles stack traces when the imported script throws an exception during execution. In...

**Issue** When using the PDO ODBC driver, which [does not implement **PDO::quote**](http://php.net/manual/en/pdo.quote.php), SQL syntax errors occur. **Reproduce** Connect to MySQL using the PDO ODBC driver: ``` 'default' => array( 'type'...

Bug
Awaiting feedback
Pending

DocGen currently uses [wkhtmltopdf](https://wkhtmltopdf.org/) to generate PDFs. This engine is [obsolete](https://wkhtmltopdf.org/status.html). We need to find an alternative modern engine for generating PDFs.

### What problem does this feature solve? We are using Vite to build a large React application. We have struggled with memory consumption of production builds (relates to Vite [#2433](https://github.com/vitejs/vite/issues/2433),...

feat
stale

Thanks for the great package. I have a question that wasn't obvious to me from reading the docs. How can I preview / test / debug the transformed elements (e.g....