ValiDrv
ValiDrv
Hello In version 5, the `Swoole\Http\Response->setCookie()` changed from: `->setCookie(name: $name,value: $value, expires: $expires, path: $path, domain: $domain, secure: $secure, httponly: $httponly);` to `->setCookie(name: $name,value: $value, expire: $expires, path: $path, domain:...
Please answer these questions before submitting your issue. Thanks! **1.** What did you do? If possible, provide a simple script for reproducing the error. `Coroutines` are awesome, but **we need...
Hello `Swoole` is great, but `Swoole\Table` is very confusing from a PHP programming point of view. PHP programmers usually don't have to think about the `hash map size`, and have...
We use DTOs mainly for turning form post/database/queue/etc data to a know/validated object that can be used in the rest of the code (basically decode some json/array and make a...
Hello Thank you for the component. One problem tho: your **dismissable** flag only hides the X button, you can still dismiss it. You can add in **component.vue** around line **186**...
Can this connection pool handle re-connecting Ex: ``` - Connection to the mysql server established - Commands can be sent correctly - Network cable is unplugged/disconnected. - Commands try to...
If you POST over the default `100kb` from `process.env.EXPRESS_JSON_LIMIT`, you get the `413 Payload Too Large` error, so basically that variable is useless. This can be fixed in `index.js at`...
Please answer these questions before submitting your issue. 1. What did you do? If possible, provide a simple script for reproducing the error. We have `Swoole` applications in `docker` running...
Very similar to issue #84 but different/might shed some light on how to fix. The map seems to re-render on pretty much any iteration/change. This causes the markers to re-render,...