Cristian
Cristian
Hello, We used to use the library in one of our applications and we always got deadlocks when under certain load. Because of the nature of such problems, it was...
## Description It seems that the application singleton is not really a singleton, or something weird happens with my app. If you take a look at: you will see how...
Right now if you write a auth middleware and you want to stop processing in it because the user credentials are not correct, you can't do that. In gin i...
Fix #108
As the title says, any plan for this? Right now i have to extend the widget to load my own asset instead of yours just to load `https://cdn.ckeditor.com/4.11.4/full/ckeditor.js` instead of...
Now that dev-master contains all php 8.1 fixes, can you please release a new version?
Hi guys, The example given at http://elastica.io/getting-started/storing-and-indexing-documents.html: ``` php ... mapping = new \Elastica\Type\Mapping(); $mapping->setType($elasticaType); $mapping->setParam('index_analyzer', 'indexAnalyzer'); $mapping->setParam('search_analyzer', 'searchAnalyzer'); ... ``` Doesn't work anymore, if i try it i get:...
### What steps will reproduce the problem? Install MariaDB 10.3.17, and create a json column, then save a PaymentIntent (https://github.com/stripe/stripe-php/blob/master/lib/PaymentIntent.php ) object into it. ### What is the expected result?...
If you have a webhook waiting information, with code similar to : ``` php /* parse the incoming request in a meaningful response */ $response = app()->paymentManager->getProvider('2checkout')->getGateway()->acceptNotification()->send(); ``` And someone...
Hi, There's a problem with the DigitalOcean connection, because it extends from S3 storage, it tries to fetch the region remotely on each page load, but the region is not...