David Buchmann

Results 944 comments of David Buchmann

i came here to report something that might be the cause for what you observe: we generate from json-schema and when a field does not have `type: object`, jane-php seems...

i am not sure if json-schema defines what should happen when the `type` of a field is missing, whether it defaults to string or is undefined. imho jane-php should then...

my understanding is that the PSR for promises would need to be restarted. promises might need to consider event loop, though "we" (as in, the async http client) is not...

that sounds very interesting! i did not look into fiber yet. is it some sort of "threads"? so we could have the requests block but people use multiple fiber threads...

thanks for that update @veewee it seems to me like we should eventually rework the [doc section on promises](https://docs.php-http.org/en/latest/components/promise.html) now that fibers exist. just to make sure i understand correctly:...

i stumbled over https://packagist.org/packages/symplely/hyper which implements psr-18. i did not have time to investigate much, but if i get the idea correctly, fibers might allow async programs to interact with...

oh, if i get it correctly, symplely/hyper depends on a php extension libuv and is not using fibers, so not really a general solution.

one of these days i really need to catch up on fibers. but actually, do we even need to provide a special client? or would it be enough for the...

don't see it here, but we talked about renaming addTree to setTree because its not only about adding, but also replacing that tree. a future extension could be an overloaded...