Lawrence Stubbs
Lawrence Stubbs
Yes, including something like `--LoadConfigFromDb` would be better implementation and fix some security concerns too.
@bwoebi, As things currently stand, the **readme** show `resources` begin returned for all functions, which should be typed objects. The real reason for WIP, it need more interface like stubs...
@CharlotteDunois, maybe you can add some long overdue examples to [Parallel](https://github.com/krakjoe/parallel) repo. From my programming background/schooling, I look at everything from an computer science perspective. It's just the concepts to...
I see, I believed I already had those types added. Look over whenever, I think i have most things covered. Unless you have some corrections I need to be make,...
> but there are still more than 10 signatures which still need improvement. You right, i pull in the stub's from from https://github.com/JetBrains/phpstorm-stubs/blob/master/uv/uv_functions.php. I sectioned them off, now realize i...
> README.md completely (in favor of the stubs) Will do shortly.
I figure it's mostly done, when started it was focused on the previous ext-uv version, might need double checking on some callback signature changes.
No, the PR is finish, needs review and not up to me to merge.
I been working on just this problem intermixed with https://github.com/guzzle/promises/issues/44#issuecomment-320945095 and https://github.com/reactphp/promise/issues/66. According to https://github.com/promises-aplus/constructor-spec/issues/18 the constructor implemented here is **_invalid_**. **ReactPHP** is valid to those spec's, but it will...
> However, I am curious what your specific use-case for this is? Do you intend to use this library and this is a must-have for you? You missed my first...