Jan Mikeš

Results 35 issues of Jan Mikeš

Hi! I have experienced exceptions during inserts. It was weird, because out of approx 1B inserts, there were only few that failed on this exception: ``` In Statement.php line 172:...

This fixes situations, when entity manager is closed properly - because removing the EntityManager from container does not fix closed entity manager in existing instances of services in DI container...

Hi! Compare these 2 jobs: - [Using your action](https://github.com/JanMikes/github-actions-docker-playground/runs/399797215) - [My own code](https://github.com/JanMikes/github-actions-docker-playground/runs/399797227) Notice the difference: ```log Step 1/3 : FROM hello-world:linux linux: Pulling from library/hello-world 0e03bdcc26d7: Pulling fs layer...

Hello, everything seem to be fine, but payments are stuck as "pending" and there are nothing to do with them. Have you guys have same issue and possibly how have...

I have done everything exactly according to documentation, but unfortunately script is not working for me. When i click on button, i get redirected to paypal, which is ok, after...

Hi, i was finally able to build a Docker image with Bistro, but i am a bit worried about it's enormous size. It has roughly 5.2gb. Do you have any...

### Problem Statement There is API for sending user feedback, currently in beta. It would be awesome to add support to the official SDK to cover this Sentry feature. The...

Type: Feature

Hi, referred to the documentation https://unit.nginx.org/configuration/#proxying, i should be able to proxy request to any valid hostname, but dont know how to do it for docker container, defined and run...

z-enhancement ⬆️
z-roadmap

Hi! Let's have example code (from https://www.slimframework.com/docs/v3/cookbook/enable-cors.html): ```php $app->add(function($request, $response, $next) { $route = $request->getAttribute("route"); $methods = []; if (!empty($route)) { $pattern = $route->getPattern(); foreach ($this->router->getRoutes() as $route) { if...