Supun Wimalasena

Results 8 issues of Supun Wimalasena

Can you add react 18 to peer dependencies? It is working on React 18 fine, but `npm install` returns errors without `--force`.

If you focus on the editor and press `CTRL+Z` the content dissapears. I think this is not expected behavior. This issue happens in both [v3](https://raw.githack.com/uiwjs/react-codemirror/doc3/index.html) and [v4](https://uiwjs.github.io/react-codemirror/) demos in `react-codemirror`....

Currently, the library reads from the file system. The idea here is to load `@import` files from a predefined set of strings. ```php $compiler = new ScssPhp\ScssPhp\Compiler(); $compiler->registerFiles([ 'index.scss' =>...

**Description** Looking at the docs/code, I don't see a way to define the number of maximum redirects to follow (similar to `allow_redirects.max` in Guzzle). This seems like a good security...

### What happened? We set up some FrankenPHP monitoring for our apps [using the metrics feature](https://frankenphp.dev/docs/metrics/). The `frankenphp_*_php_ready_workers` seems to be going downwards. ![Image](https://github.com/user-attachments/assets/34eeb1a6-f4e8-4c54-bf9c-bb15330efb89) The current value is in the...

bug

Defining class names in YAML in Symfony is not really safe against refactoring. Using PHP config files with the ConfigBuilder is a better approach. This adds an example to the...

The web script uses https://openpanel.dev/op1.js, and it would be ideal if there were a way to serve the .js file from our own domain. However, https://example-openpanel-instance.org/op1.js returns 404. Any workaround?

## Background I recently tracked down a memory leak in a PHPUnit test suite to Carbon's Laravel [Service Provider](https://github.com/briannesbitt/Carbon/blob/master/src/Carbon/Laravel/ServiceProvider.php). - PHP version: 8.4.14 - Carbon version: 3.10.3 - Laravel version:...