Etki
Etki
Hey, this is more of curiosity question rather something else. Currently plan is a bit vague. May I ask for more details of what is meant by: - Improved performance...
Hi. I've spent some time debugging today just to find that events are just somehow erased. here is my events.php: ```php
Hi! Currently Zephir forces fixed directory structure that may lead to some perfectionist starvation: - Zephir forces to replicate namespace structure as directories, forcing developer to have extra complexity in...
Hi! Currently naming in configuration acts a little bit counterintuitively ### Namespace has to be specified in lower case, otherwise nothing will compile This may be different on windows, but...
Consul (at least of version 0.6) returns boolean value for delete operation that marks it's success (normal deletion) or failure (e.g. `cas` parameter set to invalid value). It would be...
Hi! Currently lint fails if it hasn't found any file. This makes hard to setup CI before writing any code, it would be great to add special flag to ignore...
Hi. I was expecting glob to recursively list all files and (internally) reject all that don't match provided pattern. However, given following actions taken: ```bash git clone https://github.com/ama-team/voxengine-sdk.git cd voxengine-sdk...
Oh hi. Jus wanted to mention that vagrant 1.4.3 (latest ubuntu repo-version) is incompatible with this plugin (at least on my lubuntu-powered notebook). I didn't save the stacktrace and just...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Henlo....
Hi. My inquiry may seem strange, but i really don't get it. Why does MySQL Dockerfile contain VOLUME directive? From my perspective, there are more cons than pros: - (+)...